Html Css Color HEX #E061AF Hot Pink

📋 copy color: '#E061AF'

red 224 ◦ green 97 ◦ blue 175

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

Shades of Hot Pink #E061AF

Tints of Hot Pink #E061AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 45.16%
G = 19.56%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E061AF (or 0xE061AF) is known color: Hot Pink. HEX triplet: E0, 61 and AF. RGB value is (224,97,175). Sum of RGB (Red+Green+Blue) = 224+97+175=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E061AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061AF is #1F9E50. Grayscale: #8F8F8F. Windows color (decimal): -2072145 or 11493856. OLE color: 11493856.

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

Color convert

RGB 224 97 175 -
CMYK 0 0.57 0.22 0.12
HSL 323.15º 0.67% 0.63% -
HSV(B) 323.15º 0.57% 0.88% -
XYZ 42.75 27.49 43.61 -
YUV 143.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 224 97 175 0 0.57 0.22 0.12 323.15 0.67 0.63
Hex E0 61 AF 0 39 16 C 143 43 3F
Octal 340 141 257 0 71 26 14 503 103 77
Binary 11100000 1100001 10101111 0 111001 10110 1100 101000011 1000011 111111

Color Harmonies of #E061AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061AF

Black with #E061AF

Text Example


Text Example

White with #E061AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061AF; }

 p { color: rgb(224,97,175); }

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

background-color css

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

 a { background-color: rgb(224,97,175); }

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

border-color css

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

 span { border-color: rgb(224,97,175); }

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