Html Css Color HEX #E1496D Cranberry

📋 copy color: '#E1496D'

red 225 ◦ green 73 ◦ blue 109

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

Shades of Cranberry #E1496D

Tints of Cranberry #E1496D

RGB

 RED value IS 225 (88.28% from 255) = 55.28%

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

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

R = 55.28%
G = 17.94%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1496D (or 0xE1496D) is known color: Cranberry. HEX triplet: E1, 49 and 6D. RGB value is (225,73,109). Sum of RGB (Red+Green+Blue) = 225+73+109=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E1496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1496D is #1EB692. Grayscale: #7A7A7A. Windows color (decimal): -2012819 or 7162337. OLE color: 7162337.

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

Color convert

RGB 225 73 109 -
CMYK 0 0.68 0.52 0.12
HSL 345.79º 0.72% 0.58% -
HSV(B) 345.79º 0.68% 0.88% -
XYZ 36.19 21.88 16.78 -
YUV 122.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 225 73 109 0 0.68 0.52 0.12 345.79 0.72 0.58
Hex E1 49 6D 0 44 34 C 15A 48 3A
Octal 341 111 155 0 104 64 14 532 110 72
Binary 11100001 1001001 1101101 0 1000100 110100 1100 101011010 1001000 111010

Color Harmonies of #E1496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1496D

Black with #E1496D

Text Example


Text Example

White with #E1496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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