Html Css Color HEX #E04A73 Cranberry

📋 copy color: '#E04A73'

red 224 ◦ green 74 ◦ blue 115

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

Shades of Cranberry #E04A73

Tints of Cranberry #E04A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.92%

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

R = 54.24%
G = 17.92%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E04A73 (or 0xE04A73) is known color: Cranberry. HEX triplet: E0, 4A and 73. RGB value is (224,74,115). Sum of RGB (Red+Green+Blue) = 224+74+115=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A73 is #1FB58C. Grayscale: #7B7B7B. Windows color (decimal): -2078093 or 7555808. OLE color: 7555808.

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

Color convert

RGB 224 74 115 -
CMYK 0 0.67 0.49 0.12
HSL 343.6º 0.71% 0.58% -
HSV(B) 343.6º 0.67% 0.88% -
XYZ 36.28 21.98 18.55 -
YUV 123.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 224 74 115 0 0.67 0.49 0.12 343.6 0.71 0.58
Hex E0 4A 73 0 43 31 C 158 47 3A
Octal 340 112 163 0 103 61 14 530 107 72
Binary 11100000 1001010 1110011 0 1000011 110001 1100 101011000 1000111 111010

Color Harmonies of #E04A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A73

Black with #E04A73

Text Example


Text Example

White with #E04A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A73; }

 p { color: rgb(224,74,115); }

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

background-color css

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

 a { background-color: rgb(224,74,115); }

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

border-color css

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

 span { border-color: rgb(224,74,115); }

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