Html Css Color HEX #EB4076 Dark Pink

📋 copy color: '#EB4076'

red 235 ◦ green 64 ◦ blue 118

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

Shades of Dark Pink #EB4076

Tints of Dark Pink #EB4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

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

R = 56.35%
G = 15.35%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB4076 (or 0xEB4076) is known color: Dark Pink. HEX triplet: EB, 40 and 76. RGB value is (235,64,118). Sum of RGB (Red+Green+Blue) = 235+64+118=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4076 is #14BF89. Grayscale: #797979. Windows color (decimal): -1359754 or 7749867. OLE color: 7749867.

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

Color convert

RGB 235 64 118 -
CMYK 0 0.73 0.50 0.08
HSL 341.05º 0.81% 0.59% -
HSV(B) 341.05º 0.73% 0.92% -
XYZ 39.36 22.64 19.43 -
YUV 121.29 126.15 209.11 -
System Red Green Blue C M Y K H S L
Decimal 235 64 118 0 0.73 0.50 0.08 341.05 0.81 0.59
Hex EB 40 76 0 49 32 8 155 51 3B
Octal 353 100 166 0 111 62 10 525 121 73
Binary 11101011 1000000 1110110 0 1001001 110010 1000 101010101 1010001 111011

Color Harmonies of #EB4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4076

Black with #EB4076

Text Example


Text Example

White with #EB4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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