Html Css Color HEX #EF5382 Dark Pink

📋 copy color: '#EF5382'

red 239 ◦ green 83 ◦ blue 130

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

Shades of Dark Pink #EF5382

Tints of Dark Pink #EF5382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

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

R = 52.88%
G = 18.36%
B = 28.76%

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

#EF5382 (or 0xEF5382) is known color: Dark Pink. HEX triplet: EF, 53 and 82. RGB value is (239,83,130). Sum of RGB (Red+Green+Blue) = 239+83+130=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5382 is #10AC7D. Grayscale: #868686. Windows color (decimal): -1092734 or 8541167. OLE color: 8541167.

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

Color convert

RGB 239 83 130 -
CMYK 0 0.65 0.46 0.06
HSL 341.92º 0.83% 0.63% -
HSV(B) 341.92º 0.65% 0.94% -
XYZ 42.72 26.15 23.91 -
YUV 135 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 239 83 130 0 0.65 0.46 0.06 341.92 0.83 0.63
Hex EF 53 82 0 41 2E 6 156 53 3F
Octal 357 123 202 0 101 56 6 526 123 77
Binary 11101111 1010011 10000010 0 1000001 101110 110 101010110 1010011 111111

Color Harmonies of #EF5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5382

Black with #EF5382

Text Example


Text Example

White with #EF5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5382; }

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

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

background-color css

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

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

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

border-color css

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

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

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