Html Css Color HEX #E0517C Cranberry

📋 copy color: '#E0517C'

red 224 ◦ green 81 ◦ blue 124

#E0517C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #E0517C

Tints of Cranberry #E0517C

RGB

 RED value IS 224 (87.89% from 255) = 52.21%

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 52.21%
G = 18.88%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0517C (or 0xE0517C) is known color: Cranberry. HEX triplet: E0, 51 and 7C. RGB value is (224,81,124). Sum of RGB (Red+Green+Blue) = 224+81+124=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0517C is #1FAE83. Grayscale: #808080. Windows color (decimal): -2076292 or 8147424. OLE color: 8147424.

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

Color convert

RGB 224 81 124 -
CMYK 0 0.64 0.45 0.12
HSL 341.96º 0.7% 0.6% -
HSV(B) 341.96º 0.64% 0.88% -
XYZ 37.32 23.19 21.58 -
YUV 128.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 224 81 124 0 0.64 0.45 0.12 341.96 0.7 0.6
Hex E0 51 7C 0 40 2D C 156 46 3C
Octal 340 121 174 0 100 55 14 526 106 74
Binary 11100000 1010001 1111100 0 1000000 101101 1100 101010110 1000110 111100

Color Harmonies of #E0517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0517C

Black with #E0517C

Text Example


Text Example

White with #E0517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0517C; }

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

 H1.HeaderClassName
 {
   color: #E0517C;
 }
 .AnyTagClassName
 {
   color: #E0517C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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