Html Css Color HEX #E15AFE Heliotrope

📋 copy color: '#E15AFE'

red 225 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #E15AFE

Tints of Heliotrope #E15AFE

RGB

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

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

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

R = 39.54%
G = 15.82%
B = 44.64%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E15AFE (or 0xE15AFE) is known color: Heliotrope. HEX triplet: E1, 5A and FE. RGB value is (225,90,254). Sum of RGB (Red+Green+Blue) = 225+90+254=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 90 (35.55% from 255 or 15.82% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #E15AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AFE is #1EA501. Grayscale: #949494. Windows color (decimal): -2008322 or 16669409. OLE color: 16669409.

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

Color convert

RGB 225 90 254 -
CMYK 0.11 0.65 0 0.00
HSL 289.39º 0.99% 0.67% -
HSV(B) 289.39º 0.65% 1% -
XYZ 52.6 30.48 96.88 -
YUV 149.06 187.23 182.16 -
System Red Green Blue C M Y K H S L
Decimal 225 90 254 0.11 0.65 0 0.00 289.39 0.99 0.67
Hex E1 5A FE B 41 0 0 121 63 43
Octal 341 132 376 13 101 0 0 441 143 103
Binary 11100001 1011010 11111110 1011 1000001 0 0 100100001 1100011 1000011

Color Harmonies of #E15AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15AFE

Black with #E15AFE

Text Example


Text Example

White with #E15AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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