#E0517E

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

Shades of Cranberry #E0517E

Tints of Cranberry #E0517E

Color information

#E0517E (or 0xE0517E) is unknown color: approx Cranberry. HEX triplet: E0, 51 and 7E. RGB value is (224,81,126). Sum of RGB (Red+Green+Blue) = 224+81+126=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0517E is #1FAE81. Grayscale: #808080. Windows color (decimal): -2076290 or 8278496. OLE color: 8278496.

HSL color Cylindrical-coordinate representation of color #E0517E: hue angle of 341.12º 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 #E0517E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB22481126-
CMYK00.640.440.12
HSL341.12º69.76%59.8%-
HSV(B)341.12º63.84%87.84%-
XYZ37.4523.2422.25-
YUV128.89126.38195.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.97%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=51.97%
G=18.79%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248112600.640.440.12341.1269.7659.8
HexE0517E0402CC155463c
Octal3401211760100541452510674
Binary11100000101000111111100100000010110011001010101011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0517E; }

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

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

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

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

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

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

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

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