#E93D75

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

Shades of Cranberry #E93D75

Tints of Cranberry #E93D75

Color information

#E93D75 (or 0xE93D75) is unknown color: approx Cranberry. HEX triplet: E9, 3D and 75. RGB value is (233,61,117). Sum of RGB (Red+Green+Blue) = 233+61+117=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93D75 is #16C28A. Grayscale: #767676. Windows color (decimal): -1491595 or 7683561. OLE color: 7683561.

HSL color Cylindrical-coordinate representation of color #E93D75: hue angle of 340.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93D75 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB23361117-
CMYK00.740.500.09
HSL340.47º79.63%57.65%-
HSV(B)340.47º73.82%91.37%-
XYZ38.4821.9519.04-
YUV118.81126.98209.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.69%
GREEN value IS 61 (24.22% from 255) = 14.84%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=56.69%
G=14.84%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336111700.740.500.09340.4779.6357.65
HexE93D7504A329154503a
Octal351751650112621152412072
Binary1110100111110111101010100101011001010011010101001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93D75; }

 p { color: rgb(233,61,117); }

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

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

 a { background-color: rgb(233,61,117); }

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

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

 span { border-color: rgb(233,61,117); }

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