Html Css Color HEX #E966FF Heliotrope

📋 copy color: '#E966FF'

red 233 ◦ green 102 ◦ blue 255

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

Shades of Heliotrope #E966FF

Tints of Heliotrope #E966FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.22%

R = 39.49%
G = 17.29%
B = 43.22%

CMYK

 C value IS 0.09

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E966FF (or 0xE966FF) is known color: Heliotrope. HEX triplet: E9, 66 and FF. RGB value is (233,102,255). Sum of RGB (Red+Green+Blue) = 233+102+255=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #E966FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966FF is #169900. Grayscale: #9E9E9E. Windows color (decimal): -1480961 or 16738025. OLE color: 16738025.

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

Color convert

RGB 233 102 255 -
CMYK 0.09 0.6 0 0
HSL 291.37º 1% 0.7% -
HSV(B) 291.37º 0.6% 1% -
XYZ 56.41 34.05 98.21 -
YUV 158.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 233 102 255 0.09 0.6 0 0 291.37 1 0.7
Hex E9 66 FF 9 3C 0 0 123 64 46
Octal 351 146 377 11 74 0 0 443 144 106
Binary 11101001 1100110 11111111 1001 111100 0 0 100100011 1100100 1000110

Color Harmonies of #E966FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966FF

Black with #E966FF

Text Example


Text Example

White with #E966FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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