Html Css Color HEX #E15DF2 Heliotrope

📋 copy color: '#E15DF2'

red 225 ◦ green 93 ◦ blue 242

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

Shades of Heliotrope #E15DF2

Tints of Heliotrope #E15DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.61%

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

R = 40.18%
G = 16.61%
B = 43.21%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E15DF2 (or 0xE15DF2) is known color: Heliotrope. HEX triplet: E1, 5D and F2. RGB value is (225,93,242). Sum of RGB (Red+Green+Blue) = 225+93+242=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #E15DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DF2 is #1EA20D. Grayscale: #949494. Windows color (decimal): -2007566 or 15883745. OLE color: 15883745.

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

Color convert

RGB 225 93 242 -
CMYK 0.07 0.62 0 0.05
HSL 293.15º 0.85% 0.66% -
HSV(B) 293.15º 0.62% 0.95% -
XYZ 50.99 30.25 87.16 -
YUV 149.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 225 93 242 0.07 0.62 0 0.05 293.15 0.85 0.66
Hex E1 5D F2 7 3E 0 5 125 55 42
Octal 341 135 362 7 76 0 5 445 125 102
Binary 11100001 1011101 11110010 111 111110 0 101 100100101 1010101 1000010

Color Harmonies of #E15DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DF2

Black with #E15DF2

Text Example


Text Example

White with #E15DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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