Html Css Color HEX #EA70AD Hot Pink

📋 copy color: '#EA70AD'

red 234 ◦ green 112 ◦ blue 173

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

Shades of Hot Pink #EA70AD

Tints of Hot Pink #EA70AD

RGB

 RED value IS 234 (91.8% from 255) = 45.09%

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

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 45.09%
G = 21.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA70AD (or 0xEA70AD) is known color: Hot Pink. HEX triplet: EA, 70 and AD. RGB value is (234,112,173). Sum of RGB (Red+Green+Blue) = 234+112+173=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA70AD is #158F52. Grayscale: #9B9B9B. Windows color (decimal): -1412947 or 11366634. OLE color: 11366634.

HSL color Cylindrical-coordinate representation of color #EA70AD: hue angle of 330º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA70AD is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 173 -
CMYK 0 0.52 0.26 0.08
HSL 330º 0.74% 0.68% -
HSV(B) 330º 0.52% 0.92% -
XYZ 47.27 32.1 43.24 -
YUV 155.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 234 112 173 0 0.52 0.26 0.08 330 0.74 0.68
Hex EA 70 AD 0 34 1A 8 14A 4A 44
Octal 352 160 255 0 64 32 10 512 112 104
Binary 11101010 1110000 10101101 0 110100 11010 1000 101001010 1001010 1000100

Color Harmonies of #EA70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA70AD

Black with #EA70AD

Text Example


Text Example

White with #EA70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA70AD; }

 p { color: rgb(234,112,173); }

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

background-color css

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

 a { background-color: rgb(234,112,173); }

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

border-color css

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

 span { border-color: rgb(234,112,173); }

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