#ef5c8b

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

Shades of Dark Pink #EF5C8B

Tints of Dark Pink #EF5C8B

Color information

#EF5C8B (or 0xEF5C8B) is unknown color: approx Dark Pink. HEX triplet: EF, 5C and 8B. RGB value is (239,92,139). Sum of RGB (Red+Green+Blue) = 239+92+139=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C8B is #10A374. Grayscale: #8D8D8D. Windows color (decimal): -1090421 or 9133295. OLE color: 9133295.

HSL color Cylindrical-coordinate representation of color #EF5C8B: hue angle of 340.82º 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 #EF5C8B is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB23992139-
CMYK00.620.420.06
HSL340.82º82.12%64.9%-
HSV(B)340.82º61.51%93.73%-
XYZ44.0827.8727.48-
YUV141.31126.7197.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=50.85%
G=19.57%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399213900.620.420.06340.8282.1264.9
HexEF5C8B03E2A61555241
Octal357134213076526525122101
Binary11101111101110010001011011111010101011010101010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef5c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef5c8b; }

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

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

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

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

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

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

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

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