Html Css Color HEX #E15AF2 Heliotrope

📋 copy color: '#E15AF2'

red 225 ◦ green 90 ◦ blue 242

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

Shades of Heliotrope #E15AF2

Tints of Heliotrope #E15AF2

RGB

 RED value IS 225 (88.28% from 255) = 40.39%

 GREEN value IS 90 (35.55% from 255) = 16.16%

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 40.39%
G = 16.16%
B = 43.45%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E15AF2 (or 0xE15AF2) is known color: Heliotrope. HEX triplet: E1, 5A and F2. RGB value is (225,90,242). Sum of RGB (Red+Green+Blue) = 225+90+242=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #E15AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AF2 is #1EA50D. Grayscale: #939393. Windows color (decimal): -2008334 or 15882977. OLE color: 15882977.

HSL color Cylindrical-coordinate representation of color #E15AF2: hue angle of 293.29º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15AF2 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 90 242 -
CMYK 0.07 0.63 0 0.05
HSL 293.29º 0.85% 0.65% -
HSV(B) 293.29º 0.63% 0.95% -
XYZ 50.73 29.73 87.07 -
YUV 147.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 225 90 242 0.07 0.63 0 0.05 293.29 0.85 0.65
Hex E1 5A F2 7 3F 0 5 125 55 41
Octal 341 132 362 7 77 0 5 445 125 101
Binary 11100001 1011010 11110010 111 111111 0 101 100100101 1010101 1000001

Color Harmonies of #E15AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15AF2

Black with #E15AF2

Text Example


Text Example

White with #E15AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15AF2; }

 p { color: rgb(225,90,242); }

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

background-color css

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

 a { background-color: rgb(225,90,242); }

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

border-color css

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

 span { border-color: rgb(225,90,242); }

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