Html Css Color HEX #E1497C Cranberry

📋 copy color: '#E1497C'

red 225 ◦ green 73 ◦ blue 124

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

Shades of Cranberry #E1497C

Tints of Cranberry #E1497C

RGB

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

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

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

R = 53.32%
G = 17.3%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1497C (or 0xE1497C) is known color: Cranberry. HEX triplet: E1, 49 and 7C. RGB value is (225,73,124). Sum of RGB (Red+Green+Blue) = 225+73+124=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1497C is #1EB683. Grayscale: #7C7C7C. Windows color (decimal): -2012804 or 8145377. OLE color: 8145377.

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

Color convert

RGB 225 73 124 -
CMYK 0 0.68 0.45 0.12
HSL 339.87º 0.72% 0.58% -
HSV(B) 339.87º 0.68% 0.88% -
XYZ 37.07 22.23 21.41 -
YUV 124.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 225 73 124 0 0.68 0.45 0.12 339.87 0.72 0.58
Hex E1 49 7C 0 44 2D C 154 48 3A
Octal 341 111 174 0 104 55 14 524 110 72
Binary 11100001 1001001 1111100 0 1000100 101101 1100 101010100 1001000 111010

Color Harmonies of #E1497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1497C

Black with #E1497C

Text Example


Text Example

White with #E1497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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