Html Css Color HEX #EB5572 Dark Pink

📋 copy color: '#EB5572'

red 235 ◦ green 85 ◦ blue 114

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

Shades of Dark Pink #EB5572

Tints of Dark Pink #EB5572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 54.15%
G = 19.59%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB5572 (or 0xEB5572) is known color: Dark Pink. HEX triplet: EB, 55 and 72. RGB value is (235,85,114). Sum of RGB (Red+Green+Blue) = 235+85+114=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5572 is #14AA8D. Grayscale: #858585. Windows color (decimal): -1354382 or 7493099. OLE color: 7493099.

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

Color convert

RGB 235 85 114 -
CMYK 0 0.64 0.51 0.08
HSL 348.4º 0.79% 0.63% -
HSV(B) 348.4º 0.64% 0.92% -
XYZ 40.55 25.37 18.68 -
YUV 133.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 235 85 114 0 0.64 0.51 0.08 348.4 0.79 0.63
Hex EB 55 72 0 40 33 8 15C 4F 3F
Octal 353 125 162 0 100 63 10 534 117 77
Binary 11101011 1010101 1110010 0 1000000 110011 1000 101011100 1001111 111111

Color Harmonies of #EB5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5572

Black with #EB5572

Text Example


Text Example

White with #EB5572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5572; }

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

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

background-color css

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

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

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

border-color css

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

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

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