Html Css Color HEX #EF5682 Dark Pink

📋 copy color: '#EF5682'

red 239 ◦ green 86 ◦ blue 130

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

Shades of Dark Pink #EF5682

Tints of Dark Pink #EF5682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.9%

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 52.53%
G = 18.9%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF5682 (or 0xEF5682) is known color: Dark Pink. HEX triplet: EF, 56 and 82. RGB value is (239,86,130). Sum of RGB (Red+Green+Blue) = 239+86+130=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5682 is #10A97D. Grayscale: #888888. Windows color (decimal): -1091966 or 8541935. OLE color: 8541935.

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

Color convert

RGB 239 86 130 -
CMYK 0 0.64 0.46 0.06
HSL 342.75º 0.83% 0.64% -
HSV(B) 342.75º 0.64% 0.94% -
XYZ 42.95 26.62 23.99 -
YUV 136.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 239 86 130 0 0.64 0.46 0.06 342.75 0.83 0.64
Hex EF 56 82 0 40 2E 6 157 53 40
Octal 357 126 202 0 100 56 6 527 123 100
Binary 11101111 1010110 10000010 0 1000000 101110 110 101010111 1010011 1000000

Color Harmonies of #EF5682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5682

Black with #EF5682

Text Example


Text Example

White with #EF5682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5682; }

 p { color: rgb(239,86,130); }

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

background-color css

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

 a { background-color: rgb(239,86,130); }

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

border-color css

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

 span { border-color: rgb(239,86,130); }

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