Html Css Color HEX #E96BFD Heliotrope

📋 copy color: '#E96BFD'

red 233 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #E96BFD

Tints of Heliotrope #E96BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.04%

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

R = 39.29%
G = 18.04%
B = 42.66%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E96BFD (or 0xE96BFD) is known color: Heliotrope. HEX triplet: E9, 6B and FD. RGB value is (233,107,253). Sum of RGB (Red+Green+Blue) = 233+107+253=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 107 (42.19% from 255 or 18.04% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #E96BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BFD is #169402. Grayscale: #A0A0A0. Windows color (decimal): -1479683 or 16608233. OLE color: 16608233.

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

Color convert

RGB 233 107 253 -
CMYK 0.08 0.58 0 0.01
HSL 291.78º 0.97% 0.71% -
HSV(B) 291.78º 0.58% 0.99% -
XYZ 56.59 34.93 96.69 -
YUV 161.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 233 107 253 0.08 0.58 0 0.01 291.78 0.97 0.71
Hex E9 6B FD 8 3A 0 1 124 61 47
Octal 351 153 375 10 72 0 1 444 141 107
Binary 11101001 1101011 11111101 1000 111010 0 1 100100100 1100001 1000111

Color Harmonies of #E96BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96BFD

Black with #E96BFD

Text Example


Text Example

White with #E96BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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