#EF5381

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

Shades of Dark Pink #EF5381

Tints of Dark Pink #EF5381

Color information

#EF5381 (or 0xEF5381) is unknown color: approx Dark Pink. HEX triplet: EF, 53 and 81. RGB value is (239,83,129). Sum of RGB (Red+Green+Blue) = 239+83+129=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5381 is #10AC7E. Grayscale: #868686. Windows color (decimal): -1092735 or 8475631. OLE color: 8475631.

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

Color convert

RGB23983129-
CMYK00.650.460.06
HSL342.31º82.98%63.14%-
HSV(B)342.31º65.27%93.73%-
XYZ42.6526.1223.56-
YUV134.89124.68202.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 83 (32.81% from 255) = 18.40%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=52.99%
G=18.40%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398312900.650.460.06342.3182.9863.14
HexEF53810412E6156533f
Octal357123201010156652612377
Binary11101111101001110000001010000011011101101010101101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5381; }

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

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

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

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

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

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

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

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