Html Css Color HEX #E96CFD Heliotrope

📋 copy color: '#E96CFD'

red 233 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #E96CFD

Tints of Heliotrope #E96CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.18%

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

R = 39.23%
G = 18.18%
B = 42.59%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E96CFD (or 0xE96CFD) is known color: Heliotrope. HEX triplet: E9, 6C and FD. RGB value is (233,108,253). Sum of RGB (Red+Green+Blue) = 233+108+253=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 108 (42.58% from 255 or 18.18% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #E96CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CFD is #169302. Grayscale: #A1A1A1. Windows color (decimal): -1479427 or 16608489. OLE color: 16608489.

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

Color convert

RGB 233 108 253 -
CMYK 0.08 0.57 0 0.01
HSL 291.72º 0.97% 0.71% -
HSV(B) 291.72º 0.57% 0.99% -
XYZ 56.7 35.14 96.72 -
YUV 161.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 233 108 253 0.08 0.57 0 0.01 291.72 0.97 0.71
Hex E9 6C FD 8 39 0 1 124 61 47
Octal 351 154 375 10 71 0 1 444 141 107
Binary 11101001 1101100 11111101 1000 111001 0 1 100100100 1100001 1000111

Color Harmonies of #E96CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CFD

Black with #E96CFD

Text Example


Text Example

White with #E96CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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