#EA71B1

Color #EA71B1 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #EA71B1

Tints of Hot Pink #EA71B1

Color information

#EA71B1 (or 0xEA71B1) is unknown color: approx Hot Pink. HEX triplet: EA, 71 and B1. RGB value is (234,113,177). Sum of RGB (Red+Green+Blue) = 234+113+177=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA71B1 is #158E4E. Grayscale: #9C9C9C. Windows color (decimal): -1412687 or 11629034. OLE color: 11629034.

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

Color convert

RGB234113177-
CMYK00.520.240.08
HSL328.26º74.23%68.04%-
HSV(B)328.26º51.71%91.76%-
XYZ47.7732.4845.35-
YUV156.48139.59183.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=44.66%
G=21.56%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411317700.520.240.08328.2674.2368.04
HexEA71B10341881484a44
Octal3521612610643010510112104
Binary11101010111000110110001011010011000100010100100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA71B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA71B1; }

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

 H1.HeaderClassName
 {
   color: #EA71B1;
 }
 .AnyTagClassName
 {
   color: #EA71B1;
 }
</style>
background-color css

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

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

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

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

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

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