Html Css Color HEX #EF5283 Dark Pink

📋 copy color: '#EF5283'

red 239 ◦ green 82 ◦ blue 131

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

Shades of Dark Pink #EF5283

Tints of Dark Pink #EF5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.14%

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

R = 52.88%
G = 18.14%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF5283 (or 0xEF5283) is known color: Dark Pink. HEX triplet: EF, 52 and 83. RGB value is (239,82,131). Sum of RGB (Red+Green+Blue) = 239+82+131=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5283 is #10AD7C. Grayscale: #868686. Windows color (decimal): -1092989 or 8606447. OLE color: 8606447.

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

Color convert

RGB 239 82 131 -
CMYK 0 0.66 0.45 0.06
HSL 341.27º 0.83% 0.63% -
HSV(B) 341.27º 0.66% 0.94% -
XYZ 42.71 26.02 24.24 -
YUV 134.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 239 82 131 0 0.66 0.45 0.06 341.27 0.83 0.63
Hex EF 52 83 0 42 2D 6 155 53 3F
Octal 357 122 203 0 102 55 6 525 123 77
Binary 11101111 1010010 10000011 0 1000010 101101 110 101010101 1010011 111111

Color Harmonies of #EF5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5283

Black with #EF5283

Text Example


Text Example

White with #EF5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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