Html Css Color HEX #E96AF8 Heliotrope

📋 copy color: '#E96AF8'

red 233 ◦ green 106 ◦ blue 248

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

Shades of Heliotrope #E96AF8

Tints of Heliotrope #E96AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.25%

R = 39.69%
G = 18.06%
B = 42.25%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E96AF8 (or 0xE96AF8) is known color: Heliotrope. HEX triplet: E9, 6A and F8. RGB value is (233,106,248). Sum of RGB (Red+Green+Blue) = 233+106+248=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 106 (41.80% from 255 or 18.06% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #E96AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96AF8 is #169507. Grayscale: #9F9F9F. Windows color (decimal): -1479944 or 16280297. OLE color: 16280297.

HSL color Cylindrical-coordinate representation of color #E96AF8: hue angle of 293.66º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96AF8 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 233 106 248 -
CMYK 0.06 0.57 0 0.03
HSL 293.66º 0.91% 0.69% -
HSV(B) 293.66º 0.57% 0.97% -
XYZ 55.7 34.41 92.51 -
YUV 160.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 233 106 248 0.06 0.57 0 0.03 293.66 0.91 0.69
Hex E9 6A F8 6 39 0 3 126 5B 45
Octal 351 152 370 6 71 0 3 446 133 105
Binary 11101001 1101010 11111000 110 111001 0 11 100100110 1011011 1000101

Color Harmonies of #E96AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AF8

Black with #E96AF8

Text Example


Text Example

White with #E96AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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