Html Css Color HEX #EF5485 Dark Pink

📋 copy color: '#EF5485'

red 239 ◦ green 84 ◦ blue 133

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

Shades of Dark Pink #EF5485

Tints of Dark Pink #EF5485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.42%

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

R = 52.41%
G = 18.42%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF5485 (or 0xEF5485) is known color: Dark Pink. HEX triplet: EF, 54 and 85. RGB value is (239,84,133). Sum of RGB (Red+Green+Blue) = 239+84+133=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5485 is #10AB7A. Grayscale: #878787. Windows color (decimal): -1092475 or 8738031. OLE color: 8738031.

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

Color convert

RGB 239 84 133 -
CMYK 0 0.65 0.44 0.06
HSL 341.03º 0.83% 0.63% -
HSV(B) 341.03º 0.65% 0.94% -
XYZ 43 26.38 25.02 -
YUV 135.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 239 84 133 0 0.65 0.44 0.06 341.03 0.83 0.63
Hex EF 54 85 0 41 2C 6 155 53 3F
Octal 357 124 205 0 101 54 6 525 123 77
Binary 11101111 1010100 10000101 0 1000001 101100 110 101010101 1010011 111111

Color Harmonies of #EF5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5485

Black with #EF5485

Text Example


Text Example

White with #EF5485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5485; }

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

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

background-color css

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

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

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

border-color css

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

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

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