Html Css Color HEX #EB5370 Dark Pink

📋 copy color: '#EB5370'

red 235 ◦ green 83 ◦ blue 112

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

Shades of Dark Pink #EB5370

Tints of Dark Pink #EB5370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 54.65%
G = 19.3%
B = 26.05%

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

#EB5370 (or 0xEB5370) is known color: Dark Pink. HEX triplet: EB, 53 and 70. RGB value is (235,83,112). Sum of RGB (Red+Green+Blue) = 235+83+112=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5370 is #14AC8F. Grayscale: #838383. Windows color (decimal): -1354896 or 7361515. OLE color: 7361515.

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

Color convert

RGB 235 83 112 -
CMYK 0 0.65 0.52 0.08
HSL 348.55º 0.79% 0.62% -
HSV(B) 348.55º 0.65% 0.92% -
XYZ 40.28 25.02 18.04 -
YUV 131.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 235 83 112 0 0.65 0.52 0.08 348.55 0.79 0.62
Hex EB 53 70 0 41 34 8 15D 4F 3E
Octal 353 123 160 0 101 64 10 535 117 76
Binary 11101011 1010011 1110000 0 1000001 110100 1000 101011101 1001111 111110

Color Harmonies of #EB5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5370

Black with #EB5370

Text Example


Text Example

White with #EB5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5370; }

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

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

background-color css

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

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

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

border-color css

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

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

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