Html Css Color HEX #EB4D72 Dark Pink

📋 copy color: '#EB4D72'

red 235 ◦ green 77 ◦ blue 114

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

Shades of Dark Pink #EB4D72

Tints of Dark Pink #EB4D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 55.16%
G = 18.08%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB4D72 (or 0xEB4D72) is known color: Dark Pink. HEX triplet: EB, 4D and 72. RGB value is (235,77,114). Sum of RGB (Red+Green+Blue) = 235+77+114=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D72 is #14B28D. Grayscale: #808080. Windows color (decimal): -1356430 or 7491051. OLE color: 7491051.

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

Color convert

RGB 235 77 114 -
CMYK 0 0.67 0.51 0.08
HSL 345.95º 0.8% 0.61% -
HSV(B) 345.95º 0.67% 0.92% -
XYZ 39.95 24.18 18.48 -
YUV 128.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 235 77 114 0 0.67 0.51 0.08 345.95 0.8 0.61
Hex EB 4D 72 0 43 33 8 15A 50 3D
Octal 353 115 162 0 103 63 10 532 120 75
Binary 11101011 1001101 1110010 0 1000011 110011 1000 101011010 1010000 111101

Color Harmonies of #EB4D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D72

Black with #EB4D72

Text Example


Text Example

White with #EB4D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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