Html Css Color HEX #EF5486 Dark Pink

📋 copy color: '#EF5486'

red 239 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #EF5486

Tints of Dark Pink #EF5486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 52.3%
G = 18.38%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF5486 (or 0xEF5486) is known color: Dark Pink. HEX triplet: EF, 54 and 86. RGB value is (239,84,134). Sum of RGB (Red+Green+Blue) = 239+84+134=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5486 is #10AB79. Grayscale: #888888. Windows color (decimal): -1092474 or 8803567. OLE color: 8803567.

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

Color convert

RGB 239 84 134 -
CMYK 0 0.65 0.44 0.06
HSL 340.65º 0.83% 0.63% -
HSV(B) 340.65º 0.65% 0.94% -
XYZ 43.07 26.41 25.38 -
YUV 136.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 239 84 134 0 0.65 0.44 0.06 340.65 0.83 0.63
Hex EF 54 86 0 41 2C 6 155 53 3F
Octal 357 124 206 0 101 54 6 525 123 77
Binary 11101111 1010100 10000110 0 1000001 101100 110 101010101 1010011 111111

Color Harmonies of #EF5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5486

Black with #EF5486

Text Example


Text Example

White with #EF5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5486; }

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

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

background-color css

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

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

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

border-color css

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

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

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