Html Css Color HEX #E04C8D Dark Pink

📋 copy color: '#E04C8D'

red 224 ◦ green 76 ◦ blue 141

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

Shades of Dark Pink #E04C8D

Tints of Dark Pink #E04C8D

RGB

 RED value IS 224 (87.89% from 255) = 50.79%

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 50.79%
G = 17.23%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E04C8D (or 0xE04C8D) is known color: Dark Pink. HEX triplet: E0, 4C and 8D. RGB value is (224,76,141). Sum of RGB (Red+Green+Blue) = 224+76+141=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C8D is #1FB372. Grayscale: #7F7F7F. Windows color (decimal): -2077555 or 9260256. OLE color: 9260256.

HSL color Cylindrical-coordinate representation of color #E04C8D: hue angle of 333.65º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04C8D is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 141 -
CMYK 0 0.66 0.37 0.12
HSL 333.65º 0.7% 0.59% -
HSV(B) 333.65º 0.66% 0.88% -
XYZ 38.13 22.94 27.62 -
YUV 127.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 224 76 141 0 0.66 0.37 0.12 333.65 0.7 0.59
Hex E0 4C 8D 0 42 25 C 14E 46 3B
Octal 340 114 215 0 102 45 14 516 106 73
Binary 11100000 1001100 10001101 0 1000010 100101 1100 101001110 1000110 111011

Color Harmonies of #E04C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C8D

Black with #E04C8D

Text Example


Text Example

White with #E04C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C8D; }

 p { color: rgb(224,76,141); }

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

background-color css

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

 a { background-color: rgb(224,76,141); }

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

border-color css

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

 span { border-color: rgb(224,76,141); }

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