Html Css Color HEX #EA4D73 Dark Pink

📋 copy color: '#EA4D73'

red 234 ◦ green 77 ◦ blue 115

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

Shades of Dark Pink #EA4D73

Tints of Dark Pink #EA4D73

RGB

 RED value IS 234 (91.8% from 255) = 54.93%

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

 BLUE value IS 115 (45.31% from 255) = 27%

R = 54.93%
G = 18.08%
B = 27%

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

#EA4D73 (or 0xEA4D73) is known color: Dark Pink. HEX triplet: EA, 4D and 73. RGB value is (234,77,115). Sum of RGB (Red+Green+Blue) = 234+77+115=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D73 is #15B28C. Grayscale: #808080. Windows color (decimal): -1421965 or 7556586. OLE color: 7556586.

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

Color convert

RGB 234 77 115 -
CMYK 0 0.67 0.51 0.08
HSL 345.48º 0.79% 0.61% -
HSV(B) 345.48º 0.67% 0.92% -
XYZ 39.68 24.04 18.77 -
YUV 128.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 234 77 115 0 0.67 0.51 0.08 345.48 0.79 0.61
Hex EA 4D 73 0 43 33 8 159 4F 3D
Octal 352 115 163 0 103 63 10 531 117 75
Binary 11101010 1001101 1110011 0 1000011 110011 1000 101011001 1001111 111101

Color Harmonies of #EA4D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D73

Black with #EA4D73

Text Example


Text Example

White with #EA4D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D73; }

 p { color: rgb(234,77,115); }

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

background-color css

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

 a { background-color: rgb(234,77,115); }

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

border-color css

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

 span { border-color: rgb(234,77,115); }

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