Html Css Color HEX #EB5570 Dark Pink

📋 copy color: '#EB5570'

red 235 ◦ green 85 ◦ blue 112

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

Shades of Dark Pink #EB5570

Tints of Dark Pink #EB5570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 54.4%
G = 19.68%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB5570 (or 0xEB5570) is known color: Dark Pink. HEX triplet: EB, 55 and 70. RGB value is (235,85,112). Sum of RGB (Red+Green+Blue) = 235+85+112=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5570 is #14AA8F. Grayscale: #848484. Windows color (decimal): -1354384 or 7362027. OLE color: 7362027.

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

Color convert

RGB 235 85 112 -
CMYK 0 0.64 0.52 0.08
HSL 349.2º 0.79% 0.63% -
HSV(B) 349.2º 0.64% 0.92% -
XYZ 40.43 25.33 18.09 -
YUV 132.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 235 85 112 0 0.64 0.52 0.08 349.2 0.79 0.63
Hex EB 55 70 0 40 34 8 15D 4F 3F
Octal 353 125 160 0 100 64 10 535 117 77
Binary 11101011 1010101 1110000 0 1000000 110100 1000 101011101 1001111 111111

Color Harmonies of #EB5570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5570

Black with #EB5570

Text Example


Text Example

White with #EB5570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5570; }

 p { color: rgb(235,85,112); }

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

background-color css

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

 a { background-color: rgb(235,85,112); }

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

border-color css

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

 span { border-color: rgb(235,85,112); }

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