Html Css Color HEX #E04C8B Dark Pink

📋 copy color: '#E04C8B'

red 224 ◦ green 76 ◦ blue 139

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

Shades of Dark Pink #E04C8B

Tints of Dark Pink #E04C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 51.03%
G = 17.31%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E04C8B (or 0xE04C8B) is known color: Dark Pink. HEX triplet: E0, 4C and 8B. RGB value is (224,76,139). Sum of RGB (Red+Green+Blue) = 224+76+139=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C8B is #1FB374. Grayscale: #7F7F7F. Windows color (decimal): -2077557 or 9129184. OLE color: 9129184.

HSL color Cylindrical-coordinate representation of color #E04C8B: hue angle of 334.46º 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 #E04C8B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 139 -
CMYK 0 0.66 0.38 0.12
HSL 334.46º 0.7% 0.59% -
HSV(B) 334.46º 0.66% 0.88% -
XYZ 37.99 22.88 26.84 -
YUV 127.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 224 76 139 0 0.66 0.38 0.12 334.46 0.7 0.59
Hex E0 4C 8B 0 42 26 C 14E 46 3B
Octal 340 114 213 0 102 46 14 516 106 73
Binary 11100000 1001100 10001011 0 1000010 100110 1100 101001110 1000110 111011

Color Harmonies of #E04C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C8B

Black with #E04C8B

Text Example


Text Example

White with #E04C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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