Html Css Color HEX #E04480 Cranberry

📋 copy color: '#E04480'

red 224 ◦ green 68 ◦ blue 128

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

Shades of Cranberry #E04480

Tints of Cranberry #E04480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.19%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 53.33%
G = 16.19%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E04480 (or 0xE04480) is known color: Cranberry. HEX triplet: E0, 44 and 80. RGB value is (224,68,128). Sum of RGB (Red+Green+Blue) = 224+68+128=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E04480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04480 is #1FBB7F. Grayscale: #797979. Windows color (decimal): -2079616 or 8406240. OLE color: 8406240.

HSL color Cylindrical-coordinate representation of color #E04480: hue angle of 336.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04480 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 128 -
CMYK 0 0.70 0.43 0.12
HSL 336.92º 0.72% 0.57% -
HSV(B) 336.92º 0.7% 0.88% -
XYZ 36.7 21.54 22.65 -
YUV 121.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 224 68 128 0 0.70 0.43 0.12 336.92 0.72 0.57
Hex E0 44 80 0 46 2B C 151 48 39
Octal 340 104 200 0 106 53 14 521 110 71
Binary 11100000 1000100 10000000 0 1000110 101011 1100 101010001 1001000 111001

Color Harmonies of #E04480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04480

Black with #E04480

Text Example


Text Example

White with #E04480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04480; }

 p { color: rgb(224,68,128); }

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

background-color css

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

 a { background-color: rgb(224,68,128); }

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

border-color css

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

 span { border-color: rgb(224,68,128); }

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