Html Css Color HEX #EB5373 Dark Pink

📋 copy color: '#EB5373'

red 235 ◦ green 83 ◦ blue 115

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

Shades of Dark Pink #EB5373

Tints of Dark Pink #EB5373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.56%

R = 54.27%
G = 19.17%
B = 26.56%

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

#EB5373 (or 0xEB5373) is known color: Dark Pink. HEX triplet: EB, 53 and 73. RGB value is (235,83,115). Sum of RGB (Red+Green+Blue) = 235+83+115=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5373 is #14AC8C. Grayscale: #848484. Windows color (decimal): -1354893 or 7558123. OLE color: 7558123.

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

Color convert

RGB 235 83 115 -
CMYK 0 0.65 0.51 0.08
HSL 347.37º 0.79% 0.62% -
HSV(B) 347.37º 0.65% 0.92% -
XYZ 40.45 25.09 18.93 -
YUV 132.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 235 83 115 0 0.65 0.51 0.08 347.37 0.79 0.62
Hex EB 53 73 0 41 33 8 15B 4F 3E
Octal 353 123 163 0 101 63 10 533 117 76
Binary 11101011 1010011 1110011 0 1000001 110011 1000 101011011 1001111 111110

Color Harmonies of #EB5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5373

Black with #EB5373

Text Example


Text Example

White with #EB5373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5373; }

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

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

background-color css

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

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

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

border-color css

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

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

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