#E34C7A

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

Shades of Cranberry #E34C7A

Tints of Cranberry #E34C7A

Color information

#E34C7A (or 0xE34C7A) is unknown color: approx Cranberry. HEX triplet: E3, 4C and 7A. RGB value is (227,76,122). Sum of RGB (Red+Green+Blue) = 227+76+122=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C7A is #1CB385. Grayscale: #7E7E7E. Windows color (decimal): -1880966 or 8015075. OLE color: 8015075.

HSL color Cylindrical-coordinate representation of color #E34C7A: hue angle of 341.72º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34C7A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB22776122-
CMYK00.670.460.11
HSL341.72º72.95%59.41%-
HSV(B)341.72º66.52%89.02%-
XYZ37.7822.920.84-
YUV126.39125.53199.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.41%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=53.41%
G=17.88%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277612200.670.460.11341.7272.9559.41
HexE34C7A0432EB156493b
Octal3431141720103561352611173
Binary11100011100110011110100100001110111010111010101101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34C7A; }

 p { color: rgb(227,76,122); }

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

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

 a { background-color: rgb(227,76,122); }

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

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

 span { border-color: rgb(227,76,122); }

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