Html Css Color HEX #EB577C Dark Pink

📋 copy color: '#EB577C'

red 235 ◦ green 87 ◦ blue 124

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

Shades of Dark Pink #EB577C

Tints of Dark Pink #EB577C

RGB

 RED value IS 235 (92.19% from 255) = 52.69%

 GREEN value IS 87 (34.38% from 255) = 19.51%

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 52.69%
G = 19.51%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB577C (or 0xEB577C) is known color: Dark Pink. HEX triplet: EB, 57 and 7C. RGB value is (235,87,124). Sum of RGB (Red+Green+Blue) = 235+87+124=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB577C is #14A883. Grayscale: #878787. Windows color (decimal): -1353860 or 8148971. OLE color: 8148971.

HSL color Cylindrical-coordinate representation of color #EB577C: hue angle of 345º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB577C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 87 124 -
CMYK 0 0.63 0.47 0.08
HSL 345º 0.79% 0.63% -
HSV(B) 345º 0.63% 0.92% -
XYZ 41.31 25.93 21.9 -
YUV 135.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 235 87 124 0 0.63 0.47 0.08 345 0.79 0.63
Hex EB 57 7C 0 3F 2F 8 159 4F 3F
Octal 353 127 174 0 77 57 10 531 117 77
Binary 11101011 1010111 1111100 0 111111 101111 1000 101011001 1001111 111111

Color Harmonies of #EB577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB577C

Black with #EB577C

Text Example


Text Example

White with #EB577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB577C; }

 p { color: rgb(235,87,124); }

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

background-color css

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

 a { background-color: rgb(235,87,124); }

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

border-color css

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

 span { border-color: rgb(235,87,124); }

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