Html Css Color HEX #E060B2 Hot Pink

📋 copy color: '#E060B2'

red 224 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #E060B2

Tints of Hot Pink #E060B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 44.98%
G = 19.28%
B = 35.74%

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

#E060B2 (or 0xE060B2) is known color: Hot Pink. HEX triplet: E0, 60 and B2. RGB value is (224,96,178). Sum of RGB (Red+Green+Blue) = 224+96+178=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E060B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E060B2 is #1F9F4D. Grayscale: #8F8F8F. Windows color (decimal): -2072398 or 11690208. OLE color: 11690208.

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

Color convert

RGB 224 96 178 -
CMYK 0 0.57 0.21 0.12
HSL 321.56º 0.67% 0.63% -
HSV(B) 321.56º 0.57% 0.88% -
XYZ 42.96 27.43 45.15 -
YUV 143.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 224 96 178 0 0.57 0.21 0.12 321.56 0.67 0.63
Hex E0 60 B2 0 39 15 C 142 43 3F
Octal 340 140 262 0 71 25 14 502 103 77
Binary 11100000 1100000 10110010 0 111001 10101 1100 101000010 1000011 111111

Color Harmonies of #E060B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060B2

Black with #E060B2

Text Example


Text Example

White with #E060B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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