Html Css Color HEX #EB4C73 Dark Pink

📋 copy color: '#EB4C73'

red 235 ◦ green 76 ◦ blue 115

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

Shades of Dark Pink #EB4C73

Tints of Dark Pink #EB4C73

RGB

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

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

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

R = 55.16%
G = 17.84%
B = 27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB4C73 (or 0xEB4C73) is known color: Dark Pink. HEX triplet: EB, 4C and 73. RGB value is (235,76,115). Sum of RGB (Red+Green+Blue) = 235+76+115=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C73 is #14B38C. Grayscale: #7F7F7F. Windows color (decimal): -1356685 or 7556331. OLE color: 7556331.

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

Color convert

RGB 235 76 115 -
CMYK 0 0.68 0.51 0.08
HSL 345.28º 0.8% 0.61% -
HSV(B) 345.28º 0.68% 0.92% -
XYZ 39.94 24.07 18.76 -
YUV 127.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 235 76 115 0 0.68 0.51 0.08 345.28 0.8 0.61
Hex EB 4C 73 0 44 33 8 159 50 3D
Octal 353 114 163 0 104 63 10 531 120 75
Binary 11101011 1001100 1110011 0 1000100 110011 1000 101011001 1010000 111101

Color Harmonies of #EB4C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C73

Black with #EB4C73

Text Example


Text Example

White with #EB4C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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