Html Css Color HEX #EF5285 Dark Pink

📋 copy color: '#EF5285'

red 239 ◦ green 82 ◦ blue 133

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

Shades of Dark Pink #EF5285

Tints of Dark Pink #EF5285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 52.64%
G = 18.06%
B = 29.3%

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

#EF5285 (or 0xEF5285) is known color: Dark Pink. HEX triplet: EF, 52 and 85. RGB value is (239,82,133). Sum of RGB (Red+Green+Blue) = 239+82+133=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5285 is #10AD7A. Grayscale: #868686. Windows color (decimal): -1092987 or 8737519. OLE color: 8737519.

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

Color convert

RGB 239 82 133 -
CMYK 0 0.66 0.44 0.06
HSL 340.51º 0.83% 0.63% -
HSV(B) 340.51º 0.66% 0.94% -
XYZ 42.85 26.08 24.97 -
YUV 134.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 239 82 133 0 0.66 0.44 0.06 340.51 0.83 0.63
Hex EF 52 85 0 42 2C 6 155 53 3F
Octal 357 122 205 0 102 54 6 525 123 77
Binary 11101111 1010010 10000101 0 1000010 101100 110 101010101 1010011 111111

Color Harmonies of #EF5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5285

Black with #EF5285

Text Example


Text Example

White with #EF5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5285; }

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

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

background-color css

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

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

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

border-color css

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

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

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