Html Css Color HEX #E966FD Heliotrope

📋 copy color: '#E966FD'

red 233 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #E966FD

Tints of Heliotrope #E966FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.03%

R = 39.63%
G = 17.35%
B = 43.03%

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

#E966FD (or 0xE966FD) is known color: Heliotrope. HEX triplet: E9, 66 and FD. RGB value is (233,102,253). Sum of RGB (Red+Green+Blue) = 233+102+253=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #E966FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966FD is #169902. Grayscale: #9D9D9D. Windows color (decimal): -1480963 or 16606953. OLE color: 16606953.

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

Color convert

RGB 233 102 253 -
CMYK 0.08 0.60 0 0.01
HSL 292.05º 0.97% 0.7% -
HSV(B) 292.05º 0.6% 0.99% -
XYZ 56.09 33.92 96.52 -
YUV 158.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 233 102 253 0.08 0.60 0 0.01 292.05 0.97 0.7
Hex E9 66 FD 8 3C 0 1 124 61 46
Octal 351 146 375 10 74 0 1 444 141 106
Binary 11101001 1100110 11111101 1000 111100 0 1 100100100 1100001 1000110

Color Harmonies of #E966FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966FD

Black with #E966FD

Text Example


Text Example

White with #E966FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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