Html Css Color HEX #EB4D76 Dark Pink

📋 copy color: '#EB4D76'

red 235 ◦ green 77 ◦ blue 118

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

Shades of Dark Pink #EB4D76

Tints of Dark Pink #EB4D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 54.65%
G = 17.91%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB4D76 (or 0xEB4D76) is known color: Dark Pink. HEX triplet: EB, 4D and 76. RGB value is (235,77,118). Sum of RGB (Red+Green+Blue) = 235+77+118=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D76 is #14B289. Grayscale: #808080. Windows color (decimal): -1356426 or 7753195. OLE color: 7753195.

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

Color convert

RGB 235 77 118 -
CMYK 0 0.67 0.50 0.08
HSL 344.43º 0.8% 0.61% -
HSV(B) 344.43º 0.67% 0.92% -
XYZ 40.18 24.28 19.71 -
YUV 128.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 235 77 118 0 0.67 0.50 0.08 344.43 0.8 0.61
Hex EB 4D 76 0 43 32 8 158 50 3D
Octal 353 115 166 0 103 62 10 530 120 75
Binary 11101011 1001101 1110110 0 1000011 110010 1000 101011000 1010000 111101

Color Harmonies of #EB4D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D76

Black with #EB4D76

Text Example


Text Example

White with #EB4D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D76; }

 p { color: rgb(235,77,118); }

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

background-color css

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

 a { background-color: rgb(235,77,118); }

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

border-color css

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

 span { border-color: rgb(235,77,118); }

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