Html Css Color HEX #EB557B Dark Pink

📋 copy color: '#EB557B'

red 235 ◦ green 85 ◦ blue 123

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

Shades of Dark Pink #EB557B

Tints of Dark Pink #EB557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 53.05%
G = 19.19%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB557B (or 0xEB557B) is known color: Dark Pink. HEX triplet: EB, 55 and 7B. RGB value is (235,85,123). Sum of RGB (Red+Green+Blue) = 235+85+123=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB557B is #14AA84. Grayscale: #868686. Windows color (decimal): -1354373 or 8082923. OLE color: 8082923.

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

Color convert

RGB 235 85 123 -
CMYK 0 0.64 0.48 0.08
HSL 344.8º 0.79% 0.63% -
HSV(B) 344.8º 0.64% 0.92% -
XYZ 41.08 25.59 21.51 -
YUV 134.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 235 85 123 0 0.64 0.48 0.08 344.8 0.79 0.63
Hex EB 55 7B 0 40 30 8 159 4F 3F
Octal 353 125 173 0 100 60 10 531 117 77
Binary 11101011 1010101 1111011 0 1000000 110000 1000 101011001 1001111 111111

Color Harmonies of #EB557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB557B

Black with #EB557B

Text Example


Text Example

White with #EB557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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