Html Css Color HEX #E0496D Cranberry

📋 copy color: '#E0496D'

red 224 ◦ green 73 ◦ blue 109

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

Shades of Cranberry #E0496D

Tints of Cranberry #E0496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 55.17%
G = 17.98%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0496D (or 0xE0496D) is known color: Cranberry. HEX triplet: E0, 49 and 6D. RGB value is (224,73,109). Sum of RGB (Red+Green+Blue) = 224+73+109=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0496D is #1FB692. Grayscale: #7A7A7A. Windows color (decimal): -2078355 or 7162336. OLE color: 7162336.

HSL color Cylindrical-coordinate representation of color #E0496D: hue angle of 345.7º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0496D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 73 109 -
CMYK 0 0.67 0.51 0.12
HSL 345.7º 0.71% 0.58% -
HSV(B) 345.7º 0.67% 0.88% -
XYZ 35.88 21.72 16.77 -
YUV 122.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 224 73 109 0 0.67 0.51 0.12 345.7 0.71 0.58
Hex E0 49 6D 0 43 33 C 15A 47 3A
Octal 340 111 155 0 103 63 14 532 107 72
Binary 11100000 1001001 1101101 0 1000011 110011 1100 101011010 1000111 111010

Color Harmonies of #E0496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0496D

Black with #E0496D

Text Example


Text Example

White with #E0496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0496D; }

 p { color: rgb(224,73,109); }

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

background-color css

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

 a { background-color: rgb(224,73,109); }

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

border-color css

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

 span { border-color: rgb(224,73,109); }

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