Html Css Color HEX #E04B89 Dark Pink

📋 copy color: '#E04B89'

red 224 ◦ green 75 ◦ blue 137

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

Shades of Dark Pink #E04B89

Tints of Dark Pink #E04B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 51.38%
G = 17.2%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E04B89 (or 0xE04B89) is known color: Dark Pink. HEX triplet: E0, 4B and 89. RGB value is (224,75,137). Sum of RGB (Red+Green+Blue) = 224+75+137=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04B89 is #1FB476. Grayscale: #7E7E7E. Windows color (decimal): -2077815 or 8997856. OLE color: 8997856.

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

Color convert

RGB 224 75 137 -
CMYK 0 0.67 0.39 0.12
HSL 335.03º 0.71% 0.59% -
HSV(B) 335.03º 0.67% 0.88% -
XYZ 37.77 22.69 26.05 -
YUV 126.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 224 75 137 0 0.67 0.39 0.12 335.03 0.71 0.59
Hex E0 4B 89 0 43 27 C 14F 47 3B
Octal 340 113 211 0 103 47 14 517 107 73
Binary 11100000 1001011 10001001 0 1000011 100111 1100 101001111 1000111 111011

Color Harmonies of #E04B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B89

Black with #E04B89

Text Example


Text Example

White with #E04B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B89; }

 p { color: rgb(224,75,137); }

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

background-color css

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

 a { background-color: rgb(224,75,137); }

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

border-color css

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

 span { border-color: rgb(224,75,137); }

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