Html Css Color HEX #E152F8 Heliotrope

📋 copy color: '#E152F8'

red 225 ◦ green 82 ◦ blue 248

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

Shades of Heliotrope #E152F8

Tints of Heliotrope #E152F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.68%

R = 40.54%
G = 14.77%
B = 44.68%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E152F8 (or 0xE152F8) is known color: Heliotrope. HEX triplet: E1, 52 and F8. RGB value is (225,82,248). Sum of RGB (Red+Green+Blue) = 225+82+248=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 82 (32.42% from 255 or 14.77% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #E152F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152F8 is #1EAD07. Grayscale: #8F8F8F. Windows color (decimal): -2010376 or 16274145. OLE color: 16274145.

HSL color Cylindrical-coordinate representation of color #E152F8: hue angle of 291.69º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E152F8 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 82 248 -
CMYK 0.09 0.67 0 0.03
HSL 291.69º 0.92% 0.65% -
HSV(B) 291.69º 0.67% 0.97% -
XYZ 51.01 28.82 91.68 -
YUV 143.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 225 82 248 0.09 0.67 0 0.03 291.69 0.92 0.65
Hex E1 52 F8 9 43 0 3 124 5C 41
Octal 341 122 370 11 103 0 3 444 134 101
Binary 11100001 1010010 11111000 1001 1000011 0 11 100100100 1011100 1000001

Color Harmonies of #E152F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152F8

Black with #E152F8

Text Example


Text Example

White with #E152F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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