Html Css Color HEX #EB5770 Dark Pink

📋 copy color: '#EB5770'

red 235 ◦ green 87 ◦ blue 112

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

Shades of Dark Pink #EB5770

Tints of Dark Pink #EB5770

RGB

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

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

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

R = 54.15%
G = 20.05%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB5770 (or 0xEB5770) is known color: Dark Pink. HEX triplet: EB, 57 and 70. RGB value is (235,87,112). Sum of RGB (Red+Green+Blue) = 235+87+112=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5770 is #14A88F. Grayscale: #868686. Windows color (decimal): -1353872 or 7362539. OLE color: 7362539.

HSL color Cylindrical-coordinate representation of color #EB5770: hue angle of 349.86º 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 #EB5770 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 87 112 -
CMYK 0 0.63 0.52 0.08
HSL 349.86º 0.79% 0.63% -
HSV(B) 349.86º 0.63% 0.92% -
XYZ 40.59 25.65 18.14 -
YUV 134.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 235 87 112 0 0.63 0.52 0.08 349.86 0.79 0.63
Hex EB 57 70 0 3F 34 8 15E 4F 3F
Octal 353 127 160 0 77 64 10 536 117 77
Binary 11101011 1010111 1110000 0 111111 110100 1000 101011110 1001111 111111

Color Harmonies of #EB5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5770

Black with #EB5770

Text Example


Text Example

White with #EB5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5770; }

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

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

background-color css

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

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

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

border-color css

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

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

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