Html Css Color HEX #EF5782 Dark Pink

📋 copy color: '#EF5782'

red 239 ◦ green 87 ◦ blue 130

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

Shades of Dark Pink #EF5782

Tints of Dark Pink #EF5782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.08%

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

R = 52.41%
G = 19.08%
B = 28.51%

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

#EF5782 (or 0xEF5782) is known color: Dark Pink. HEX triplet: EF, 57 and 82. RGB value is (239,87,130). Sum of RGB (Red+Green+Blue) = 239+87+130=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5782 is #10A87D. Grayscale: #898989. Windows color (decimal): -1091710 or 8542191. OLE color: 8542191.

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

Color convert

RGB 239 87 130 -
CMYK 0 0.64 0.46 0.06
HSL 343.03º 0.83% 0.64% -
HSV(B) 343.03º 0.64% 0.94% -
XYZ 43.03 26.78 24.02 -
YUV 137.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 239 87 130 0 0.64 0.46 0.06 343.03 0.83 0.64
Hex EF 57 82 0 40 2E 6 157 53 40
Octal 357 127 202 0 100 56 6 527 123 100
Binary 11101111 1010111 10000010 0 1000000 101110 110 101010111 1010011 1000000

Color Harmonies of #EF5782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5782

Black with #EF5782

Text Example


Text Example

White with #EF5782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5782; }

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

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

background-color css

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

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

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

border-color css

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

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

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