Html Css Color HEX #EF5083 Dark Pink

📋 copy color: '#EF5083'

red 239 ◦ green 80 ◦ blue 131

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

Shades of Dark Pink #EF5083

Tints of Dark Pink #EF5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 53.11%
G = 17.78%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF5083 (or 0xEF5083) is known color: Dark Pink. HEX triplet: EF, 50 and 83. RGB value is (239,80,131). Sum of RGB (Red+Green+Blue) = 239+80+131=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5083 is #10AF7C. Grayscale: #858585. Windows color (decimal): -1093501 or 8605935. OLE color: 8605935.

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

Color convert

RGB 239 80 131 -
CMYK 0 0.67 0.45 0.06
HSL 340.75º 0.83% 0.63% -
HSV(B) 340.75º 0.67% 0.94% -
XYZ 42.56 25.73 24.2 -
YUV 133.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 239 80 131 0 0.67 0.45 0.06 340.75 0.83 0.63
Hex EF 50 83 0 43 2D 6 155 53 3F
Octal 357 120 203 0 103 55 6 525 123 77
Binary 11101111 1010000 10000011 0 1000011 101101 110 101010101 1010011 111111

Color Harmonies of #EF5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5083

Black with #EF5083

Text Example


Text Example

White with #EF5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5083; }

 p { color: rgb(239,80,131); }

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

background-color css

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

 a { background-color: rgb(239,80,131); }

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

border-color css

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

 span { border-color: rgb(239,80,131); }

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