#E33D74

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

Shades of Cranberry #E33D74

Tints of Cranberry #E33D74

Color information

#E33D74 (or 0xE33D74) is unknown color: approx Cranberry. HEX triplet: E3, 3D and 74. RGB value is (227,61,116). Sum of RGB (Red+Green+Blue) = 227+61+116=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E33D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33D74 is #1CC28B. Grayscale: #747474. Windows color (decimal): -1884812 or 7618019. OLE color: 7618019.

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

Color convert

RGB22761116-
CMYK00.730.490.11
HSL340.12º74.77%56.47%-
HSV(B)340.12º73.13%89.02%-
XYZ36.520.9318.64-
YUV116.9127.5206.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.19%
GREEN value IS 61 (24.22% from 255) = 15.10%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=56.19%
G=15.10%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276111600.730.490.11340.1274.7756.47
HexE33D7404931B1544b38
Octal343751640111611352411370
Binary1110001111110111101000100100111000110111010101001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33D74; }

 p { color: rgb(227,61,116); }

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

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

 a { background-color: rgb(227,61,116); }

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

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

 span { border-color: rgb(227,61,116); }

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