Html Css Color HEX #EB5575 Dark Pink

📋 copy color: '#EB5575'

red 235 ◦ green 85 ◦ blue 117

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

Shades of Dark Pink #EB5575

Tints of Dark Pink #EB5575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 53.78%
G = 19.45%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB5575 (or 0xEB5575) is known color: Dark Pink. HEX triplet: EB, 55 and 75. RGB value is (235,85,117). Sum of RGB (Red+Green+Blue) = 235+85+117=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5575 is #14AA8A. Grayscale: #858585. Windows color (decimal): -1354379 or 7689707. OLE color: 7689707.

HSL color Cylindrical-coordinate representation of color #EB5575: hue angle of 347.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 #EB5575 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 117 -
CMYK 0 0.64 0.50 0.08
HSL 347.2º 0.79% 0.63% -
HSV(B) 347.2º 0.64% 0.92% -
XYZ 40.72 25.44 19.59 -
YUV 133.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 235 85 117 0 0.64 0.50 0.08 347.2 0.79 0.63
Hex EB 55 75 0 40 32 8 15B 4F 3F
Octal 353 125 165 0 100 62 10 533 117 77
Binary 11101011 1010101 1110101 0 1000000 110010 1000 101011011 1001111 111111

Color Harmonies of #EB5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5575

Black with #EB5575

Text Example


Text Example

White with #EB5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5575; }

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

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

background-color css

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

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

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

border-color css

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

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

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