Html Css Color HEX #EE70A8 Hot Pink

📋 copy color: '#EE70A8'

red 238 ◦ green 112 ◦ blue 168

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

Shades of Hot Pink #EE70A8

Tints of Hot Pink #EE70A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.43%

R = 45.95%
G = 21.62%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE70A8 (or 0xEE70A8) is known color: Hot Pink. HEX triplet: EE, 70 and A8. RGB value is (238,112,168). Sum of RGB (Red+Green+Blue) = 238+112+168=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE70A8 is #118F57. Grayscale: #9B9B9B. Windows color (decimal): -1150808 or 11038958. OLE color: 11038958.

HSL color Cylindrical-coordinate representation of color #EE70A8: hue angle of 333.33º 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 #EE70A8 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 168 -
CMYK 0 0.53 0.29 0.07
HSL 333.33º 0.79% 0.69% -
HSV(B) 333.33º 0.53% 0.93% -
XYZ 48.12 32.59 40.8 -
YUV 156.06 134.74 186.45 -
System Red Green Blue C M Y K H S L
Decimal 238 112 168 0 0.53 0.29 0.07 333.33 0.79 0.69
Hex EE 70 A8 0 35 1D 7 14D 4F 45
Octal 356 160 250 0 65 35 7 515 117 105
Binary 11101110 1110000 10101000 0 110101 11101 111 101001101 1001111 1000101

Color Harmonies of #EE70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70A8

Black with #EE70A8

Text Example


Text Example

White with #EE70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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