Html Css Color HEX #E15FB5 Hot Pink

📋 copy color: '#E15FB5'

red 225 ◦ green 95 ◦ blue 181

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

Shades of Hot Pink #E15FB5

Tints of Hot Pink #E15FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 44.91%
G = 18.96%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E15FB5 (or 0xE15FB5) is known color: Hot Pink. HEX triplet: E1, 5F and B5. RGB value is (225,95,181). Sum of RGB (Red+Green+Blue) = 225+95+181=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FB5 is #1EA04A. Grayscale: #8F8F8F. Windows color (decimal): -2007115 or 11886561. OLE color: 11886561.

HSL color Cylindrical-coordinate representation of color #E15FB5: hue angle of 320.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FB5 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 181 -
CMYK 0 0.58 0.20 0.12
HSL 320.31º 0.68% 0.63% -
HSV(B) 320.31º 0.58% 0.88% -
XYZ 43.48 27.53 46.74 -
YUV 143.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 225 95 181 0 0.58 0.20 0.12 320.31 0.68 0.63
Hex E1 5F B5 0 3A 14 C 140 44 3F
Octal 341 137 265 0 72 24 14 500 104 77
Binary 11100001 1011111 10110101 0 111010 10100 1100 101000000 1000100 111111

Color Harmonies of #E15FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FB5

Black with #E15FB5

Text Example


Text Example

White with #E15FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FB5; }

 p { color: rgb(225,95,181); }

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

background-color css

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

 a { background-color: rgb(225,95,181); }

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

border-color css

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

 span { border-color: rgb(225,95,181); }

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