Html Css Color HEX #EF557A Dark Pink

📋 copy color: '#EF557A'

red 239 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #EF557A

Tints of Dark Pink #EF557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 53.59%
G = 19.06%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF557A (or 0xEF557A) is known color: Dark Pink. HEX triplet: EF, 55 and 7A. RGB value is (239,85,122). Sum of RGB (Red+Green+Blue) = 239+85+122=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF557A is #10AA85. Grayscale: #878787. Windows color (decimal): -1092230 or 8017391. OLE color: 8017391.

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

Color convert

RGB 239 85 122 -
CMYK 0 0.64 0.49 0.06
HSL 345.58º 0.83% 0.64% -
HSV(B) 345.58º 0.64% 0.94% -
XYZ 42.36 26.25 21.25 -
YUV 135.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 239 85 122 0 0.64 0.49 0.06 345.58 0.83 0.64
Hex EF 55 7A 0 40 31 6 15A 53 40
Octal 357 125 172 0 100 61 6 532 123 100
Binary 11101111 1010101 1111010 0 1000000 110001 110 101011010 1010011 1000000

Color Harmonies of #EF557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF557A

Black with #EF557A

Text Example


Text Example

White with #EF557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF557A; }

 p { color: rgb(239,85,122); }

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

background-color css

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

 a { background-color: rgb(239,85,122); }

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

border-color css

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

 span { border-color: rgb(239,85,122); }

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