#EA6FB0

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

Shades of Hot Pink #EA6FB0

Tints of Hot Pink #EA6FB0

Color information

#EA6FB0 (or 0xEA6FB0) is unknown color: approx Hot Pink. HEX triplet: EA, 6F and B0. RGB value is (234,111,176). Sum of RGB (Red+Green+Blue) = 234+111+176=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6FB0 is #15904F. Grayscale: #9B9B9B. Windows color (decimal): -1413200 or 11562986. OLE color: 11562986.

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

Color convert

RGB234111176-
CMYK00.530.250.08
HSL328.29º74.55%67.65%-
HSV(B)328.29º52.56%91.76%-
XYZ47.453244.75-
YUV155.19139.75184.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=44.91%
G=21.31%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411117600.530.250.08328.2974.5567.65
HexEA6FB00351981484b44
Octal3521572600653110510113104
Binary11101010110111110110000011010111001100010100100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FB0; }

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

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

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

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

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

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

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

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