Html Css Color HEX #E966FE Heliotrope

📋 copy color: '#E966FE'

red 233 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #E966FE

Tints of Heliotrope #E966FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 39.56%
G = 17.32%
B = 43.12%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E966FE (or 0xE966FE) is known color: Heliotrope. HEX triplet: E9, 66 and FE. RGB value is (233,102,254). Sum of RGB (Red+Green+Blue) = 233+102+254=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 102 (40.23% from 255 or 17.32% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #E966FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966FE is #169901. Grayscale: #9E9E9E. Windows color (decimal): -1480962 or 16672489. OLE color: 16672489.

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

Color convert

RGB 233 102 254 -
CMYK 0.08 0.60 0 0.00
HSL 291.71º 0.99% 0.7% -
HSV(B) 291.71º 0.6% 1% -
XYZ 56.25 33.98 97.36 -
YUV 158.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 233 102 254 0.08 0.60 0 0.00 291.71 0.99 0.7
Hex E9 66 FE 8 3C 0 0 124 63 46
Octal 351 146 376 10 74 0 0 444 143 106
Binary 11101001 1100110 11111110 1000 111100 0 0 100100100 1100011 1000110

Color Harmonies of #E966FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966FE

Black with #E966FE

Text Example


Text Example

White with #E966FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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