Html Css Color HEX #E964FC Heliotrope

📋 copy color: '#E964FC'

red 233 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #E964FC

Tints of Heliotrope #E964FC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.09%

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

R = 39.83%
G = 17.09%
B = 43.08%

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

#E964FC (or 0xE964FC) is known color: Heliotrope. HEX triplet: E9, 64 and FC. RGB value is (233,100,252). Sum of RGB (Red+Green+Blue) = 233+100+252=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #E964FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E964FC is #169B03. Grayscale: #9C9C9C. Windows color (decimal): -1481476 or 16540905. OLE color: 16540905.

HSL color Cylindrical-coordinate representation of color #E964FC: hue angle of 292.5º 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 #E964FC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 100 252 -
CMYK 0.08 0.60 0 0.01
HSL 292.5º 0.96% 0.69% -
HSV(B) 292.5º 0.6% 0.99% -
XYZ 55.73 33.47 95.62 -
YUV 157.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 233 100 252 0.08 0.60 0 0.01 292.5 0.96 0.69
Hex E9 64 FC 8 3C 0 1 124 60 45
Octal 351 144 374 10 74 0 1 444 140 105
Binary 11101001 1100100 11111100 1000 111100 0 1 100100100 1100000 1000101

Color Harmonies of #E964FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E964FC

Black with #E964FC

Text Example


Text Example

White with #E964FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E964FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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