Html Css Color HEX #EB557A Dark Pink

📋 copy color: '#EB557A'

red 235 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #EB557A

Tints of Dark Pink #EB557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 53.17%
G = 19.23%
B = 27.6%

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

#EB557A (or 0xEB557A) is known color: Dark Pink. HEX triplet: EB, 55 and 7A. RGB value is (235,85,122). Sum of RGB (Red+Green+Blue) = 235+85+122=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB557A is #14AA85. Grayscale: #868686. Windows color (decimal): -1354374 or 8017387. OLE color: 8017387.

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

Color convert

RGB 235 85 122 -
CMYK 0 0.64 0.48 0.08
HSL 345.2º 0.79% 0.63% -
HSV(B) 345.2º 0.64% 0.92% -
XYZ 41.02 25.56 21.18 -
YUV 134.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 235 85 122 0 0.64 0.48 0.08 345.2 0.79 0.63
Hex EB 55 7A 0 40 30 8 159 4F 3F
Octal 353 125 172 0 100 60 10 531 117 77
Binary 11101011 1010101 1111010 0 1000000 110000 1000 101011001 1001111 111111

Color Harmonies of #EB557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB557A

Black with #EB557A

Text Example


Text Example

White with #EB557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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