Html Css Color HEX #E966FA Heliotrope

📋 copy color: '#E966FA'

red 233 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #E966FA

Tints of Heliotrope #E966FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 39.83%
G = 17.44%
B = 42.74%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E966FA (or 0xE966FA) is known color: Heliotrope. HEX triplet: E9, 66 and FA. RGB value is (233,102,250). Sum of RGB (Red+Green+Blue) = 233+102+250=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #E966FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966FA is #169905. Grayscale: #9D9D9D. Windows color (decimal): -1480966 or 16410345. OLE color: 16410345.

HSL color Cylindrical-coordinate representation of color #E966FA: hue angle of 293.11º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E966FA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 102 250 -
CMYK 0.07 0.59 0 0.02
HSL 293.11º 0.94% 0.69% -
HSV(B) 293.11º 0.59% 0.98% -
XYZ 55.61 33.73 94.02 -
YUV 158.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 233 102 250 0.07 0.59 0 0.02 293.11 0.94 0.69
Hex E9 66 FA 7 3B 0 2 125 5E 45
Octal 351 146 372 7 73 0 2 445 136 105
Binary 11101001 1100110 11111010 111 111011 0 10 100100101 1011110 1000101

Color Harmonies of #E966FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966FA

Black with #E966FA

Text Example


Text Example

White with #E966FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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