Html Css Color HEX #E062B4 Hot Pink

📋 copy color: '#E062B4'

red 224 ◦ green 98 ◦ blue 180

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

Shades of Hot Pink #E062B4

Tints of Hot Pink #E062B4

RGB

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

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

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

R = 44.62%
G = 19.52%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E062B4 (or 0xE062B4) is known color: Hot Pink. HEX triplet: E0, 62 and B4. RGB value is (224,98,180). Sum of RGB (Red+Green+Blue) = 224+98+180=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E062B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062B4 is #1F9D4B. Grayscale: #909090. Windows color (decimal): -2071884 or 11821792. OLE color: 11821792.

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

Color convert

RGB 224 98 180 -
CMYK 0 0.56 0.20 0.12
HSL 320.95º 0.67% 0.63% -
HSV(B) 320.95º 0.56% 0.88% -
XYZ 43.35 27.88 46.28 -
YUV 145.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 224 98 180 0 0.56 0.20 0.12 320.95 0.67 0.63
Hex E0 62 B4 0 38 14 C 141 43 3F
Octal 340 142 264 0 70 24 14 501 103 77
Binary 11100000 1100010 10110100 0 111000 10100 1100 101000001 1000011 111111

Color Harmonies of #E062B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062B4

Black with #E062B4

Text Example


Text Example

White with #E062B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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