Html Css Color HEX #E060B1 Hot Pink

📋 copy color: '#E060B1'

red 224 ◦ green 96 ◦ blue 177

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

Shades of Hot Pink #E060B1

Tints of Hot Pink #E060B1

RGB

 RED value IS 224 (87.89% from 255) = 45.07%

 GREEN value IS 96 (37.89% from 255) = 19.32%

 BLUE value IS 177 (69.53% from 255) = 35.61%

R = 45.07%
G = 19.32%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E060B1 (or 0xE060B1) is known color: Hot Pink. HEX triplet: E0, 60 and B1. RGB value is (224,96,177). Sum of RGB (Red+Green+Blue) = 224+96+177=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E060B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E060B1 is #1F9F4E. Grayscale: #8F8F8F. Windows color (decimal): -2072399 or 11624672. OLE color: 11624672.

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

Color convert

RGB 224 96 177 -
CMYK 0 0.57 0.21 0.12
HSL 322.03º 0.67% 0.63% -
HSV(B) 322.03º 0.57% 0.88% -
XYZ 42.86 27.39 44.62 -
YUV 143.51 146.91 185.41 -
System Red Green Blue C M Y K H S L
Decimal 224 96 177 0 0.57 0.21 0.12 322.03 0.67 0.63
Hex E0 60 B1 0 39 15 C 142 43 3F
Octal 340 140 261 0 71 25 14 502 103 77
Binary 11100000 1100000 10110001 0 111001 10101 1100 101000010 1000011 111111

Color Harmonies of #E060B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060B1

Black with #E060B1

Text Example


Text Example

White with #E060B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060B1; }

 p { color: rgb(224,96,177); }

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

background-color css

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

 a { background-color: rgb(224,96,177); }

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

border-color css

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

 span { border-color: rgb(224,96,177); }

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