#E04B7A

Color #E04B7A Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #E04B7A

Tints of Cranberry #E04B7A

Color information

#E04B7A (or 0xE04B7A) is unknown color: approx Cranberry. HEX triplet: E0, 4B and 7A. RGB value is (224,75,122). Sum of RGB (Red+Green+Blue) = 224+75+122=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B7A is #1FB485. Grayscale: #7C7C7C. Windows color (decimal): -2077830 or 8014816. OLE color: 8014816.

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

Color convert

RGB22475122-
CMYK00.670.460.12
HSL341.07º70.62%58.63%-
HSV(B)341.07º66.52%87.84%-
XYZ36.7722.2820.78-
YUV124.91126.36198.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.21%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=53.21%
G=17.81%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247512200.670.460.12341.0770.6258.63
HexE04B7A0432EC155473b
Octal3401131720103561452510773
Binary11100000100101111110100100001110111011001010101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04B7A; }

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

 H1.HeaderClassName
 {
   color: #E04B7A;
 }
 .AnyTagClassName
 {
   color: #E04B7A;
 }
</style>
background-color css

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

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

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

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

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

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