Html Css Color HEX #E062B2 Hot Pink

📋 copy color: '#E062B2'

red 224 ◦ green 98 ◦ blue 178

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

Shades of Hot Pink #E062B2

Tints of Hot Pink #E062B2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.6%

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

R = 44.8%
G = 19.6%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E062B2 (or 0xE062B2) is known color: Hot Pink. HEX triplet: E0, 62 and B2. RGB value is (224,98,178). Sum of RGB (Red+Green+Blue) = 224+98+178=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E062B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E062B2 is #1F9D4D. Grayscale: #909090. Windows color (decimal): -2071886 or 11690720. OLE color: 11690720.

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

Color convert

RGB 224 98 178 -
CMYK 0 0.56 0.21 0.12
HSL 321.9º 0.67% 0.63% -
HSV(B) 321.9º 0.56% 0.88% -
XYZ 43.14 27.8 45.21 -
YUV 144.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 224 98 178 0 0.56 0.21 0.12 321.9 0.67 0.63
Hex E0 62 B2 0 38 15 C 142 43 3F
Octal 340 142 262 0 70 25 14 502 103 77
Binary 11100000 1100010 10110010 0 111000 10101 1100 101000010 1000011 111111

Color Harmonies of #E062B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062B2

Black with #E062B2

Text Example


Text Example

White with #E062B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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