Html Css Color HEX #EB5574 Dark Pink

📋 copy color: '#EB5574'

red 235 ◦ green 85 ◦ blue 116

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

Shades of Dark Pink #EB5574

Tints of Dark Pink #EB5574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 53.9%
G = 19.5%
B = 26.61%

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

#EB5574 (or 0xEB5574) is known color: Dark Pink. HEX triplet: EB, 55 and 74. RGB value is (235,85,116). Sum of RGB (Red+Green+Blue) = 235+85+116=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5574 is #14AA8B. Grayscale: #858585. Windows color (decimal): -1354380 or 7624171. OLE color: 7624171.

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

Color convert

RGB 235 85 116 -
CMYK 0 0.64 0.51 0.08
HSL 347.6º 0.79% 0.63% -
HSV(B) 347.6º 0.64% 0.92% -
XYZ 40.66 25.42 19.29 -
YUV 133.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 235 85 116 0 0.64 0.51 0.08 347.6 0.79 0.63
Hex EB 55 74 0 40 33 8 15C 4F 3F
Octal 353 125 164 0 100 63 10 534 117 77
Binary 11101011 1010101 1110100 0 1000000 110011 1000 101011100 1001111 111111

Color Harmonies of #EB5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5574

Black with #EB5574

Text Example


Text Example

White with #EB5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5574; }

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

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

background-color css

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

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

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

border-color css

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

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

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