Html Css Color HEX #E153F6 Heliotrope

📋 copy color: '#E153F6'

red 225 ◦ green 83 ◦ blue 246

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

Shades of Heliotrope #E153F6

Tints of Heliotrope #E153F6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.98%

 BLUE value IS 246 (96.48% from 255) = 44.4%

R = 40.61%
G = 14.98%
B = 44.4%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E153F6 (or 0xE153F6) is known color: Heliotrope. HEX triplet: E1, 53 and F6. RGB value is (225,83,246). Sum of RGB (Red+Green+Blue) = 225+83+246=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #E153F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153F6 is #1EAC09. Grayscale: #8F8F8F. Windows color (decimal): -2010122 or 16143329. OLE color: 16143329.

HSL color Cylindrical-coordinate representation of color #E153F6: hue angle of 292.27º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E153F6 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 83 246 -
CMYK 0.09 0.66 0 0.04
HSL 292.27º 0.9% 0.65% -
HSV(B) 292.27º 0.66% 0.96% -
XYZ 50.78 28.85 90.08 -
YUV 144.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 225 83 246 0.09 0.66 0 0.04 292.27 0.9 0.65
Hex E1 53 F6 9 42 0 4 124 5A 41
Octal 341 123 366 11 102 0 4 444 132 101
Binary 11100001 1010011 11110110 1001 1000010 0 100 100100100 1011010 1000001

Color Harmonies of #E153F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153F6

Black with #E153F6

Text Example


Text Example

White with #E153F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153F6; }

 p { color: rgb(225,83,246); }

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

background-color css

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

 a { background-color: rgb(225,83,246); }

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

border-color css

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

 span { border-color: rgb(225,83,246); }

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