#EA6FAB

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

Shades of Hot Pink #EA6FAB

Tints of Hot Pink #EA6FAB

Color information

#EA6FAB (or 0xEA6FAB) is unknown color: approx Hot Pink. HEX triplet: EA, 6F and AB. RGB value is (234,111,171). Sum of RGB (Red+Green+Blue) = 234+111+171=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6FAB is #159054. Grayscale: #9A9A9A. Windows color (decimal): -1413205 or 11235306. OLE color: 11235306.

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

Color convert

RGB234111171-
CMYK00.530.270.08
HSL330.73º74.55%67.65%-
HSV(B)330.73º52.56%91.76%-
XYZ46.9731.842.19-
YUV154.62137.25184.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=45.35%
G=21.51%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411117100.530.270.08330.7374.5567.65
HexEA6FAB0351B814b4b44
Octal3521572530653310513113104
Binary11101010110111110101011011010111011100010100101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FAB; }

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

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

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

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

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

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

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

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