Html Css Color HEX #E96BFC Heliotrope

📋 copy color: '#E96BFC'

red 233 ◦ green 107 ◦ blue 252

#E96BFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #E96BFC

Tints of Heliotrope #E96BFC

RGB

 RED value IS 233 (91.41% from 255) = 39.36%

 GREEN value IS 107 (42.19% from 255) = 18.07%

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 39.36%
G = 18.07%
B = 42.57%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E96BFC (or 0xE96BFC) is known color: Heliotrope. HEX triplet: E9, 6B and FC. RGB value is (233,107,252). Sum of RGB (Red+Green+Blue) = 233+107+252=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 107 (42.19% from 255 or 18.07% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #E96BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BFC is #169403. Grayscale: #A0A0A0. Windows color (decimal): -1479684 or 16542697. OLE color: 16542697.

HSL color Cylindrical-coordinate representation of color #E96BFC: hue angle of 292.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96BFC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 107 252 -
CMYK 0.08 0.58 0 0.01
HSL 292.14º 0.96% 0.7% -
HSV(B) 292.14º 0.58% 0.99% -
XYZ 56.43 34.87 95.85 -
YUV 161.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 233 107 252 0.08 0.58 0 0.01 292.14 0.96 0.7
Hex E9 6B FC 8 3A 0 1 124 60 46
Octal 351 153 374 10 72 0 1 444 140 106
Binary 11101001 1101011 11111100 1000 111010 0 1 100100100 1100000 1000110

Color Harmonies of #E96BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96BFC

Black with #E96BFC

Text Example


Text Example

White with #E96BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96BFC; }

 p { color: rgb(233,107,252); }

 H1.HeaderClassName
 {
   color: #E96BFC;
 }
 .AnyTagClassName
 {
   color: #E96BFC;
 }
</style>

background-color css

<style>
 a { background-color: #E96BFC; }

 a { background-color: rgb(233,107,252); }

 div.DivClassName
 {
   background-color: #E96BFC;
 }
 .BgClassName
 {
   background-color: #E96BFC;
 }
</style>

border-color css

<style>
 span { border-color: #E96BFC; }

 span { border-color: rgb(233,107,252); }

 td.TdClassName
 {
   border-color: #E96BFC;
 }
 .TagClassName
 {
   border-color: #E96BFC;
 }
</style>