Html Css Color HEX #E964FD Heliotrope

📋 copy color: '#E964FD'

red 233 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #E964FD

Tints of Heliotrope #E964FD

RGB

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

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

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

R = 39.76%
G = 17.06%
B = 43.17%

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

#E964FD (or 0xE964FD) is known color: Heliotrope. HEX triplet: E9, 64 and FD. RGB value is (233,100,253). Sum of RGB (Red+Green+Blue) = 233+100+253=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 100 (39.45% from 255 or 17.06% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #E964FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E964FD is #169B02. Grayscale: #9C9C9C. Windows color (decimal): -1481475 or 16606441. OLE color: 16606441.

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

Color convert

RGB 233 100 253 -
CMYK 0.08 0.60 0 0.01
HSL 292.16º 0.97% 0.69% -
HSV(B) 292.16º 0.6% 0.99% -
XYZ 55.89 33.53 96.45 -
YUV 157.21 182.06 182.06 -
System Red Green Blue C M Y K H S L
Decimal 233 100 253 0.08 0.60 0 0.01 292.16 0.97 0.69
Hex E9 64 FD 8 3C 0 1 124 61 45
Octal 351 144 375 10 74 0 1 444 141 105
Binary 11101001 1100100 11111101 1000 111100 0 1 100100100 1100001 1000101

Color Harmonies of #E964FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E964FD

Black with #E964FD

Text Example


Text Example

White with #E964FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E964FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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