Html Css Color HEX #E966FC Heliotrope

📋 copy color: '#E966FC'

red 233 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #E966FC

Tints of Heliotrope #E966FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.38%

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

R = 39.69%
G = 17.38%
B = 42.93%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E966FC (or 0xE966FC) is known color: Heliotrope. HEX triplet: E9, 66 and FC. RGB value is (233,102,252). Sum of RGB (Red+Green+Blue) = 233+102+252=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 102 (40.23% from 255 or 17.38% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #E966FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966FC is #169903. Grayscale: #9D9D9D. Windows color (decimal): -1480964 or 16541417. OLE color: 16541417.

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

Color convert

RGB 233 102 252 -
CMYK 0.08 0.60 0 0.01
HSL 292.4º 0.96% 0.69% -
HSV(B) 292.4º 0.6% 0.99% -
XYZ 55.93 33.85 95.68 -
YUV 158.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 233 102 252 0.08 0.60 0 0.01 292.4 0.96 0.69
Hex E9 66 FC 8 3C 0 1 124 60 45
Octal 351 146 374 10 74 0 1 444 140 105
Binary 11101001 1100110 11111100 1000 111100 0 1 100100100 1100000 1000101

Color Harmonies of #E966FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966FC

Black with #E966FC

Text Example


Text Example

White with #E966FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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