Html Css Color HEX #EA71B0 Hot Pink

📋 copy color: '#EA71B0'

red 234 ◦ green 113 ◦ blue 176

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

Shades of Hot Pink #EA71B0

Tints of Hot Pink #EA71B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.65%

R = 44.74%
G = 21.61%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA71B0 (or 0xEA71B0) is known color: Hot Pink. HEX triplet: EA, 71 and B0. RGB value is (234,113,176). Sum of RGB (Red+Green+Blue) = 234+113+176=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA71B0 is #158E4F. Grayscale: #9C9C9C. Windows color (decimal): -1412688 or 11563498. OLE color: 11563498.

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

Color convert

RGB 234 113 176 -
CMYK 0 0.52 0.25 0.08
HSL 328.76º 0.74% 0.68% -
HSV(B) 328.76º 0.52% 0.92% -
XYZ 47.67 32.44 44.82 -
YUV 156.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 234 113 176 0 0.52 0.25 0.08 328.76 0.74 0.68
Hex EA 71 B0 0 34 19 8 149 4A 44
Octal 352 161 260 0 64 31 10 511 112 104
Binary 11101010 1110001 10110000 0 110100 11001 1000 101001001 1001010 1000100

Color Harmonies of #EA71B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71B0

Black with #EA71B0

Text Example


Text Example

White with #EA71B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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