Html Css Color HEX #E470AC Hot Pink

📋 copy color: '#E470AC'

red 228 ◦ green 112 ◦ blue 172

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

Shades of Hot Pink #E470AC

Tints of Hot Pink #E470AC

RGB

 RED value IS 228 (89.45% from 255) = 44.53%

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 44.53%
G = 21.88%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E470AC (or 0xE470AC) is known color: Hot Pink. HEX triplet: E4, 70 and AC. RGB value is (228,112,172). Sum of RGB (Red+Green+Blue) = 228+112+172=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E470AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E470AC is #1B8F53. Grayscale: #999999. Windows color (decimal): -1806164 or 11301092. OLE color: 11301092.

HSL color Cylindrical-coordinate representation of color #E470AC: hue angle of 328.97º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E470AC is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 112 172 -
CMYK 0 0.51 0.25 0.11
HSL 328.97º 0.68% 0.67% -
HSV(B) 328.97º 0.51% 0.89% -
XYZ 45.24 31.06 42.64 -
YUV 153.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 228 112 172 0 0.51 0.25 0.11 328.97 0.68 0.67
Hex E4 70 AC 0 33 19 B 149 44 43
Octal 344 160 254 0 63 31 13 511 104 103
Binary 11100100 1110000 10101100 0 110011 11001 1011 101001001 1000100 1000011

Color Harmonies of #E470AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470AC

Black with #E470AC

Text Example


Text Example

White with #E470AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470AC; }

 p { color: rgb(228,112,172); }

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

background-color css

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

 a { background-color: rgb(228,112,172); }

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

border-color css

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

 span { border-color: rgb(228,112,172); }

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