#E34478

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

Shades of Cranberry #E34478

Tints of Cranberry #E34478

Color information

#E34478 (or 0xE34478) is unknown color: approx Cranberry. HEX triplet: E3, 44 and 78. RGB value is (227,68,120). Sum of RGB (Red+Green+Blue) = 227+68+120=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E34478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34478 is #1CBB87. Grayscale: #797979. Windows color (decimal): -1883016 or 7881955. OLE color: 7881955.

HSL color Cylindrical-coordinate representation of color #E34478: hue angle of 340.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34478 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB22768120-
CMYK00.700.470.11
HSL340.38º73.95%57.84%-
HSV(B)340.38º70.04%89.02%-
XYZ37.1421.8220.02-
YUV121.47127.18203.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.70%
GREEN value IS 68 (26.95% from 255) = 16.39%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=54.70%
G=16.39%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276812000.700.470.11340.3873.9557.84
HexE344780462FB1544a3a
Octal3431041700106571352411272
Binary11100011100010011110000100011010111110111010101001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34478; }

 p { color: rgb(227,68,120); }

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

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

 a { background-color: rgb(227,68,120); }

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

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

 span { border-color: rgb(227,68,120); }

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