Html Css Color HEX #EF5180 Dark Pink

📋 copy color: '#EF5180'

red 239 ◦ green 81 ◦ blue 128

#EF5180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EF5180

Tints of Dark Pink #EF5180

RGB

 RED value IS 239 (93.75% from 255) = 53.35%

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 53.35%
G = 18.08%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF5180 (or 0xEF5180) is known color: Dark Pink. HEX triplet: EF, 51 and 80. RGB value is (239,81,128). Sum of RGB (Red+Green+Blue) = 239+81+128=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5180 is #10AE7F. Grayscale: #858585. Windows color (decimal): -1093248 or 8409583. OLE color: 8409583.

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

Color convert

RGB 239 81 128 -
CMYK 0 0.66 0.46 0.06
HSL 342.15º 0.83% 0.63% -
HSV(B) 342.15º 0.66% 0.94% -
XYZ 42.44 25.79 23.16 -
YUV 133.6 124.85 203.18 -
System Red Green Blue C M Y K H S L
Decimal 239 81 128 0 0.66 0.46 0.06 342.15 0.83 0.63
Hex EF 51 80 0 42 2E 6 156 53 3F
Octal 357 121 200 0 102 56 6 526 123 77
Binary 11101111 1010001 10000000 0 1000010 101110 110 101010110 1010011 111111

Color Harmonies of #EF5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5180

Black with #EF5180

Text Example


Text Example

White with #EF5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5180; }

 p { color: rgb(239,81,128); }

 H1.HeaderClassName
 {
   color: #EF5180;
 }
 .AnyTagClassName
 {
   color: #EF5180;
 }
</style>

background-color css

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

 a { background-color: rgb(239,81,128); }

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

border-color css

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

 span { border-color: rgb(239,81,128); }

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