Html Css Color HEX #EA71A8 Hot Pink

📋 copy color: '#EA71A8'

red 234 ◦ green 113 ◦ blue 168

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

Shades of Hot Pink #EA71A8

Tints of Hot Pink #EA71A8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.94%

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

R = 45.44%
G = 21.94%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA71A8 (or 0xEA71A8) is known color: Hot Pink. HEX triplet: EA, 71 and A8. RGB value is (234,113,168). Sum of RGB (Red+Green+Blue) = 234+113+168=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA71A8 is #158E57. Grayscale: #9B9B9B. Windows color (decimal): -1412696 or 11039210. OLE color: 11039210.

HSL color Cylindrical-coordinate representation of color #EA71A8: hue angle of 332.73º 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 #EA71A8 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 113 168 -
CMYK 0 0.52 0.28 0.08
HSL 332.73º 0.74% 0.68% -
HSV(B) 332.73º 0.52% 0.92% -
XYZ 46.9 32.13 40.78 -
YUV 155.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 234 113 168 0 0.52 0.28 0.08 332.73 0.74 0.68
Hex EA 71 A8 0 34 1C 8 14D 4A 44
Octal 352 161 250 0 64 34 10 515 112 104
Binary 11101010 1110001 10101000 0 110100 11100 1000 101001101 1001010 1000100

Color Harmonies of #EA71A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71A8

Black with #EA71A8

Text Example


Text Example

White with #EA71A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71A8; }

 p { color: rgb(234,113,168); }

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

background-color css

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

 a { background-color: rgb(234,113,168); }

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

border-color css

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

 span { border-color: rgb(234,113,168); }

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