Html Css Color HEX #E15FB4 Hot Pink

📋 copy color: '#E15FB4'

red 225 ◦ green 95 ◦ blue 180

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

Shades of Hot Pink #E15FB4

Tints of Hot Pink #E15FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36%

R = 45%
G = 19%
B = 36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E15FB4 (or 0xE15FB4) is known color: Hot Pink. HEX triplet: E1, 5F and B4. RGB value is (225,95,180). Sum of RGB (Red+Green+Blue) = 225+95+180=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FB4 is #1EA04B. Grayscale: #8F8F8F. Windows color (decimal): -2007116 or 11821025. OLE color: 11821025.

HSL color Cylindrical-coordinate representation of color #E15FB4: hue angle of 320.77º 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 #E15FB4 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 180 -
CMYK 0 0.58 0.2 0.12
HSL 320.77º 0.68% 0.63% -
HSV(B) 320.77º 0.58% 0.88% -
XYZ 43.38 27.49 46.2 -
YUV 143.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 225 95 180 0 0.58 0.2 0.12 320.77 0.68 0.63
Hex E1 5F B4 0 3A 14 C 141 44 3F
Octal 341 137 264 0 72 24 14 501 104 77
Binary 11100001 1011111 10110100 0 111010 10100 1100 101000001 1000100 111111

Color Harmonies of #E15FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FB4

Black with #E15FB4

Text Example


Text Example

White with #E15FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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