Html Css Color HEX #EB5374 Dark Pink

📋 copy color: '#EB5374'

red 235 ◦ green 83 ◦ blue 116

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

Shades of Dark Pink #EB5374

Tints of Dark Pink #EB5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

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

R = 54.15%
G = 19.12%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB5374 (or 0xEB5374) is known color: Dark Pink. HEX triplet: EB, 53 and 74. RGB value is (235,83,116). Sum of RGB (Red+Green+Blue) = 235+83+116=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5374 is #14AC8B. Grayscale: #848484. Windows color (decimal): -1354892 or 7623659. OLE color: 7623659.

HSL color Cylindrical-coordinate representation of color #EB5374: hue angle of 346.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB5374 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 83 116 -
CMYK 0 0.65 0.51 0.08
HSL 346.97º 0.79% 0.62% -
HSV(B) 346.97º 0.65% 0.92% -
XYZ 40.51 25.11 19.23 -
YUV 132.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 235 83 116 0 0.65 0.51 0.08 346.97 0.79 0.62
Hex EB 53 74 0 41 33 8 15B 4F 3E
Octal 353 123 164 0 101 63 10 533 117 76
Binary 11101011 1010011 1110100 0 1000001 110011 1000 101011011 1001111 111110

Color Harmonies of #EB5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5374

Black with #EB5374

Text Example


Text Example

White with #EB5374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5374; }

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

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

background-color css

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

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

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

border-color css

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

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

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