#E05174

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

Shades of Cranberry #E05174

Tints of Cranberry #E05174

Color information

#E05174 (or 0xE05174) is unknown color: approx Cranberry. HEX triplet: E0, 51 and 74. RGB value is (224,81,116). Sum of RGB (Red+Green+Blue) = 224+81+116=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E05174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05174 is #1FAE8B. Grayscale: #7F7F7F. Windows color (decimal): -2076300 or 7623136. OLE color: 7623136.

HSL color Cylindrical-coordinate representation of color #E05174: hue angle of 345.31º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05174 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB22481116-
CMYK00.640.480.12
HSL345.31º69.76%59.8%-
HSV(B)345.31º63.84%87.84%-
XYZ36.8422.9919.02-
YUV127.75121.38196.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.21%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=53.21%
G=19.24%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248111600.640.480.12345.3169.7659.8
HexE0517404030C159463c
Octal3401211640100601453110674
Binary11100000101000111101000100000011000011001010110011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05174; }

 p { color: rgb(224,81,116); }

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

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

 a { background-color: rgb(224,81,116); }

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

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

 span { border-color: rgb(224,81,116); }

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