#EF5C81

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

Shades of Dark Pink #EF5C81

Tints of Dark Pink #EF5C81

Color information

#EF5C81 (or 0xEF5C81) is unknown color: approx Dark Pink. HEX triplet: EF, 5C and 81. RGB value is (239,92,129). Sum of RGB (Red+Green+Blue) = 239+92+129=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C81 is #10A37E. Grayscale: #8C8C8C. Windows color (decimal): -1090431 or 8477935. OLE color: 8477935.

HSL color Cylindrical-coordinate representation of color #EF5C81: hue angle of 344.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5C81 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB23992129-
CMYK00.620.460.06
HSL344.9º82.12%64.9%-
HSV(B)344.9º61.51%93.73%-
XYZ43.3927.5923.81-
YUV140.17121.7198.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 28.04%
R=51.96%
G=20%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399212900.620.460.06344.982.1264.9
HexEF5C8103E2E61595241
Octal357134201076566531122101
Binary11101111101110010000001011111010111011010101100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5C81; }

 p { color: rgb(239,92,129); }

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

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

 a { background-color: rgb(239,92,129); }

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

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

 span { border-color: rgb(239,92,129); }

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