Html Css Color HEX #EB4C74 Dark Pink

📋 copy color: '#EB4C74'

red 235 ◦ green 76 ◦ blue 116

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

Shades of Dark Pink #EB4C74

Tints of Dark Pink #EB4C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 55.04%
G = 17.8%
B = 27.17%

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

#EB4C74 (or 0xEB4C74) is known color: Dark Pink. HEX triplet: EB, 4C and 74. RGB value is (235,76,116). Sum of RGB (Red+Green+Blue) = 235+76+116=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C74 is #14B38B. Grayscale: #808080. Windows color (decimal): -1356684 or 7621867. OLE color: 7621867.

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

Color convert

RGB 235 76 116 -
CMYK 0 0.68 0.51 0.08
HSL 344.91º 0.8% 0.61% -
HSV(B) 344.91º 0.68% 0.92% -
XYZ 40 24.09 19.07 -
YUV 128.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 235 76 116 0 0.68 0.51 0.08 344.91 0.8 0.61
Hex EB 4C 74 0 44 33 8 159 50 3D
Octal 353 114 164 0 104 63 10 531 120 75
Binary 11101011 1001100 1110100 0 1000100 110011 1000 101011001 1010000 111101

Color Harmonies of #EB4C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C74

Black with #EB4C74

Text Example


Text Example

White with #EB4C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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