Html Css Color HEX #E152F6 Heliotrope

📋 copy color: '#E152F6'

red 225 ◦ green 82 ◦ blue 246

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

Shades of Heliotrope #E152F6

Tints of Heliotrope #E152F6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.83%

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

R = 40.69%
G = 14.83%
B = 44.48%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E152F6 (or 0xE152F6) is known color: Heliotrope. HEX triplet: E1, 52 and F6. RGB value is (225,82,246). Sum of RGB (Red+Green+Blue) = 225+82+246=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 82 (32.42% from 255 or 14.83% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #E152F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152F6 is #1EAD09. Grayscale: #8E8E8E. Windows color (decimal): -2010378 or 16143073. OLE color: 16143073.

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

Color convert

RGB 225 82 246 -
CMYK 0.09 0.67 0 0.04
HSL 292.32º 0.9% 0.64% -
HSV(B) 292.32º 0.67% 0.96% -
XYZ 50.7 28.7 90.06 -
YUV 143.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 225 82 246 0.09 0.67 0 0.04 292.32 0.9 0.64
Hex E1 52 F6 9 43 0 4 124 5A 40
Octal 341 122 366 11 103 0 4 444 132 100
Binary 11100001 1010010 11110110 1001 1000011 0 100 100100100 1011010 1000000

Color Harmonies of #E152F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152F6

Black with #E152F6

Text Example


Text Example

White with #E152F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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