Html Css Color HEX #EB4C70 Dark Pink

📋 copy color: '#EB4C70'

red 235 ◦ green 76 ◦ blue 112

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

Shades of Dark Pink #EB4C70

Tints of Dark Pink #EB4C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

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

R = 55.56%
G = 17.97%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB4C70 (or 0xEB4C70) is known color: Dark Pink. HEX triplet: EB, 4C and 70. RGB value is (235,76,112). Sum of RGB (Red+Green+Blue) = 235+76+112=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C70 is #14B38F. Grayscale: #7F7F7F. Windows color (decimal): -1356688 or 7359723. OLE color: 7359723.

HSL color Cylindrical-coordinate representation of color #EB4C70: hue angle of 346.42º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4C70 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 76 112 -
CMYK 0 0.68 0.52 0.08
HSL 346.42º 0.8% 0.61% -
HSV(B) 346.42º 0.68% 0.92% -
XYZ 39.77 24 17.87 -
YUV 127.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 235 76 112 0 0.68 0.52 0.08 346.42 0.8 0.61
Hex EB 4C 70 0 44 34 8 15A 50 3D
Octal 353 114 160 0 104 64 10 532 120 75
Binary 11101011 1001100 1110000 0 1000100 110100 1000 101011010 1010000 111101

Color Harmonies of #EB4C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C70

Black with #EB4C70

Text Example


Text Example

White with #EB4C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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