Html Css Color HEX #E96AFB Heliotrope

📋 copy color: '#E96AFB'

red 233 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #E96AFB

Tints of Heliotrope #E96AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.97%

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 39.49%
G = 17.97%
B = 42.54%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E96AFB (or 0xE96AFB) is known color: Heliotrope. HEX triplet: E9, 6A and FB. RGB value is (233,106,251). Sum of RGB (Red+Green+Blue) = 233+106+251=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 106 (41.80% from 255 or 17.97% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #E96AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96AFB is #169504. Grayscale: #A0A0A0. Windows color (decimal): -1479941 or 16476905. OLE color: 16476905.

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

Color convert

RGB 233 106 251 -
CMYK 0.07 0.58 0 0.02
HSL 292.55º 0.95% 0.7% -
HSV(B) 292.55º 0.58% 0.98% -
XYZ 56.17 34.6 94.98 -
YUV 160.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 233 106 251 0.07 0.58 0 0.02 292.55 0.95 0.7
Hex E9 6A FB 7 3A 0 2 125 5F 46
Octal 351 152 373 7 72 0 2 445 137 106
Binary 11101001 1101010 11111011 111 111010 0 10 100100101 1011111 1000110

Color Harmonies of #E96AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AFB

Black with #E96AFB

Text Example


Text Example

White with #E96AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AFB; }

 p { color: rgb(233,106,251); }

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

background-color css

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

 a { background-color: rgb(233,106,251); }

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

border-color css

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

 span { border-color: rgb(233,106,251); }

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