Html Css Color HEX #EF5287 Dark Pink

📋 copy color: '#EF5287'

red 239 ◦ green 82 ◦ blue 135

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

Shades of Dark Pink #EF5287

Tints of Dark Pink #EF5287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.61%

R = 52.41%
G = 17.98%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF5287 (or 0xEF5287) is known color: Dark Pink. HEX triplet: EF, 52 and 87. RGB value is (239,82,135). Sum of RGB (Red+Green+Blue) = 239+82+135=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5287 is #10AD78. Grayscale: #868686. Windows color (decimal): -1092985 or 8868591. OLE color: 8868591.

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

Color convert

RGB 239 82 135 -
CMYK 0 0.66 0.44 0.06
HSL 339.75º 0.83% 0.63% -
HSV(B) 339.75º 0.66% 0.94% -
XYZ 42.99 26.13 25.7 -
YUV 134.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 239 82 135 0 0.66 0.44 0.06 339.75 0.83 0.63
Hex EF 52 87 0 42 2C 6 154 53 3F
Octal 357 122 207 0 102 54 6 524 123 77
Binary 11101111 1010010 10000111 0 1000010 101100 110 101010100 1010011 111111

Color Harmonies of #EF5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5287

Black with #EF5287

Text Example


Text Example

White with #EF5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5287; }

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

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

background-color css

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

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

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

border-color css

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

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

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