Html Css Color HEX #E96AF1 Heliotrope

📋 copy color: '#E96AF1'

red 233 ◦ green 106 ◦ blue 241

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

Shades of Heliotrope #E96AF1

Tints of Heliotrope #E96AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 40.17%
G = 18.28%
B = 41.55%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E96AF1 (or 0xE96AF1) is known color: Heliotrope. HEX triplet: E9, 6A and F1. RGB value is (233,106,241). Sum of RGB (Red+Green+Blue) = 233+106+241=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #E96AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96AF1 is #16950E. Grayscale: #9E9E9E. Windows color (decimal): -1479951 or 15821545. OLE color: 15821545.

HSL color Cylindrical-coordinate representation of color #E96AF1: hue angle of 296.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96AF1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 106 241 -
CMYK 0.03 0.56 0 0.05
HSL 296.44º 0.83% 0.68% -
HSV(B) 296.44º 0.56% 0.95% -
XYZ 54.64 33.98 86.9 -
YUV 159.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 233 106 241 0.03 0.56 0 0.05 296.44 0.83 0.68
Hex E9 6A F1 3 38 0 5 128 53 44
Octal 351 152 361 3 70 0 5 450 123 104
Binary 11101001 1101010 11110001 11 111000 0 101 100101000 1010011 1000100

Color Harmonies of #E96AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AF1

Black with #E96AF1

Text Example


Text Example

White with #E96AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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