Html Css Color HEX #EB5371 Dark Pink

📋 copy color: '#EB5371'

red 235 ◦ green 83 ◦ blue 113

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

Shades of Dark Pink #EB5371

Tints of Dark Pink #EB5371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 54.52%
G = 19.26%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB5371 (or 0xEB5371) is known color: Dark Pink. HEX triplet: EB, 53 and 71. RGB value is (235,83,113). Sum of RGB (Red+Green+Blue) = 235+83+113=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5371 is #14AC8E. Grayscale: #838383. Windows color (decimal): -1354895 or 7427051. OLE color: 7427051.

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

Color convert

RGB 235 83 113 -
CMYK 0 0.65 0.52 0.08
HSL 348.16º 0.79% 0.62% -
HSV(B) 348.16º 0.65% 0.92% -
XYZ 40.33 25.04 18.33 -
YUV 131.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 235 83 113 0 0.65 0.52 0.08 348.16 0.79 0.62
Hex EB 53 71 0 41 34 8 15C 4F 3E
Octal 353 123 161 0 101 64 10 534 117 76
Binary 11101011 1010011 1110001 0 1000001 110100 1000 101011100 1001111 111110

Color Harmonies of #EB5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5371

Black with #EB5371

Text Example


Text Example

White with #EB5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5371; }

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

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

background-color css

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

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

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

border-color css

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

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

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