Html Css Color HEX #E04BA0 Mulberry

📋 copy color: '#E04BA0'

red 224 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #E04BA0

Tints of Mulberry #E04BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 48.8%
G = 16.34%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E04BA0 (or 0xE04BA0) is known color: Mulberry. HEX triplet: E0, 4B and A0. RGB value is (224,75,160). Sum of RGB (Red+Green+Blue) = 224+75+160=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BA0 is #1FB45F. Grayscale: #818181. Windows color (decimal): -2077792 or 10505184. OLE color: 10505184.

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

Color convert

RGB 224 75 160 -
CMYK 0 0.67 0.29 0.12
HSL 325.77º 0.71% 0.59% -
HSV(B) 325.77º 0.67% 0.88% -
XYZ 39.6 23.42 35.69 -
YUV 129.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 224 75 160 0 0.67 0.29 0.12 325.77 0.71 0.59
Hex E0 4B A0 0 43 1D C 146 47 3B
Octal 340 113 240 0 103 35 14 506 107 73
Binary 11100000 1001011 10100000 0 1000011 11101 1100 101000110 1000111 111011

Color Harmonies of #E04BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04BA0

Black with #E04BA0

Text Example


Text Example

White with #E04BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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