Html Css Color HEX #EF5481 Dark Pink

📋 copy color: '#EF5481'

red 239 ◦ green 84 ◦ blue 129

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

Shades of Dark Pink #EF5481

Tints of Dark Pink #EF5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.58%

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 52.88%
G = 18.58%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF5481 (or 0xEF5481) is known color: Dark Pink. HEX triplet: EF, 54 and 81. RGB value is (239,84,129). Sum of RGB (Red+Green+Blue) = 239+84+129=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5481 is #10AB7E. Grayscale: #878787. Windows color (decimal): -1092479 or 8475887. OLE color: 8475887.

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

Color convert

RGB 239 84 129 -
CMYK 0 0.65 0.46 0.06
HSL 342.58º 0.83% 0.63% -
HSV(B) 342.58º 0.65% 0.94% -
XYZ 42.73 26.28 23.59 -
YUV 135.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 239 84 129 0 0.65 0.46 0.06 342.58 0.83 0.63
Hex EF 54 81 0 41 2E 6 157 53 3F
Octal 357 124 201 0 101 56 6 527 123 77
Binary 11101111 1010100 10000001 0 1000001 101110 110 101010111 1010011 111111

Color Harmonies of #EF5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5481

Black with #EF5481

Text Example


Text Example

White with #EF5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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