Html Css Color HEX #E04780 Cranberry

📋 copy color: '#E04780'

red 224 ◦ green 71 ◦ blue 128

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

Shades of Cranberry #E04780

Tints of Cranberry #E04780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.78%

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

R = 52.96%
G = 16.78%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E04780 (or 0xE04780) is known color: Cranberry. HEX triplet: E0, 47 and 80. RGB value is (224,71,128). Sum of RGB (Red+Green+Blue) = 224+71+128=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E04780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04780 is #1FB87F. Grayscale: #7B7B7B. Windows color (decimal): -2078848 or 8407008. OLE color: 8407008.

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

Color convert

RGB 224 71 128 -
CMYK 0 0.68 0.43 0.12
HSL 337.65º 0.71% 0.58% -
HSV(B) 337.65º 0.68% 0.88% -
XYZ 36.89 21.91 22.71 -
YUV 123.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 224 71 128 0 0.68 0.43 0.12 337.65 0.71 0.58
Hex E0 47 80 0 44 2B C 152 47 3A
Octal 340 107 200 0 104 53 14 522 107 72
Binary 11100000 1000111 10000000 0 1000100 101011 1100 101010010 1000111 111010

Color Harmonies of #E04780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04780

Black with #E04780

Text Example


Text Example

White with #E04780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04780; }

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

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

background-color css

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

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

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

border-color css

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

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

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