Html Css Color HEX #E96BFE Heliotrope

📋 copy color: '#E96BFE'

red 233 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #E96BFE

Tints of Heliotrope #E96BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 39.23%
G = 18.01%
B = 42.76%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E96BFE (or 0xE96BFE) is known color: Heliotrope. HEX triplet: E9, 6B and FE. RGB value is (233,107,254). Sum of RGB (Red+Green+Blue) = 233+107+254=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #E96BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BFE is #169401. Grayscale: #A0A0A0. Windows color (decimal): -1479682 or 16673769. OLE color: 16673769.

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

Color convert

RGB 233 107 254 -
CMYK 0.08 0.58 0 0.00
HSL 291.43º 0.99% 0.71% -
HSV(B) 291.43º 0.58% 1% -
XYZ 56.75 34.99 97.53 -
YUV 161.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 233 107 254 0.08 0.58 0 0.00 291.43 0.99 0.71
Hex E9 6B FE 8 3A 0 0 123 63 47
Octal 351 153 376 10 72 0 0 443 143 107
Binary 11101001 1101011 11111110 1000 111010 0 0 100100011 1100011 1000111

Color Harmonies of #E96BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96BFE

Black with #E96BFE

Text Example


Text Example

White with #E96BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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