#E34C7B

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

Shades of Cranberry #E34C7B

Tints of Cranberry #E34C7B

Color information

#E34C7B (or 0xE34C7B) is unknown color: approx Cranberry. HEX triplet: E3, 4C and 7B. RGB value is (227,76,123). Sum of RGB (Red+Green+Blue) = 227+76+123=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C7B is #1CB384. Grayscale: #7E7E7E. Windows color (decimal): -1880965 or 8080611. OLE color: 8080611.

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

Color convert

RGB22776123-
CMYK00.670.460.11
HSL341.32º72.95%59.41%-
HSV(B)341.32º66.52%89.02%-
XYZ37.8422.9321.17-
YUV126.51126.03199.68-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.29%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=53.29%
G=17.84%
B=28.87%

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
Decimal2277612300.670.460.11341.3272.9559.41
HexE34C7B0432EB155493b
Octal3431141730103561352511173
Binary11100011100110011110110100001110111010111010101011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34C7B; }

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

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

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

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

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

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

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

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