Html Css Color HEX #EB4C77 Dark Pink

📋 copy color: '#EB4C77'

red 235 ◦ green 76 ◦ blue 119

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

Shades of Dark Pink #EB4C77

Tints of Dark Pink #EB4C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.67%

R = 54.65%
G = 17.67%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB4C77 (or 0xEB4C77) is known color: Dark Pink. HEX triplet: EB, 4C and 77. RGB value is (235,76,119). Sum of RGB (Red+Green+Blue) = 235+76+119=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C77 is #14B388. Grayscale: #808080. Windows color (decimal): -1356681 or 7818475. OLE color: 7818475.

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

Color convert

RGB 235 76 119 -
CMYK 0 0.68 0.49 0.08
HSL 343.77º 0.8% 0.61% -
HSV(B) 343.77º 0.68% 0.92% -
XYZ 40.18 24.16 20 -
YUV 128.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 235 76 119 0 0.68 0.49 0.08 343.77 0.8 0.61
Hex EB 4C 77 0 44 31 8 158 50 3D
Octal 353 114 167 0 104 61 10 530 120 75
Binary 11101011 1001100 1110111 0 1000100 110001 1000 101011000 1010000 111101

Color Harmonies of #EB4C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C77

Black with #EB4C77

Text Example


Text Example

White with #EB4C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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