Html Css Color HEX #EE70AC Hot Pink

📋 copy color: '#EE70AC'

red 238 ◦ green 112 ◦ blue 172

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

Shades of Hot Pink #EE70AC

Tints of Hot Pink #EE70AC

RGB

 RED value IS 238 (93.36% from 255) = 45.59%

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

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

R = 45.59%
G = 21.46%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE70AC (or 0xEE70AC) is known color: Hot Pink. HEX triplet: EE, 70 and AC. RGB value is (238,112,172). Sum of RGB (Red+Green+Blue) = 238+112+172=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE70AC is #118F53. Grayscale: #9C9C9C. Windows color (decimal): -1150804 or 11301102. OLE color: 11301102.

HSL color Cylindrical-coordinate representation of color #EE70AC: hue angle of 331.43º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70AC is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 172 -
CMYK 0 0.53 0.28 0.07
HSL 331.43º 0.79% 0.69% -
HSV(B) 331.43º 0.53% 0.93% -
XYZ 48.5 32.74 42.79 -
YUV 156.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 238 112 172 0 0.53 0.28 0.07 331.43 0.79 0.69
Hex EE 70 AC 0 35 1C 7 14B 4F 45
Octal 356 160 254 0 65 34 7 513 117 105
Binary 11101110 1110000 10101100 0 110101 11100 111 101001011 1001111 1000101

Color Harmonies of #EE70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70AC

Black with #EE70AC

Text Example


Text Example

White with #EE70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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