Html Css Color HEX #E1497D Cranberry

📋 copy color: '#E1497D'

red 225 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #E1497D

Tints of Cranberry #E1497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 53.19%
G = 17.26%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1497D (or 0xE1497D) is known color: Cranberry. HEX triplet: E1, 49 and 7D. RGB value is (225,73,125). Sum of RGB (Red+Green+Blue) = 225+73+125=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1497D is #1EB682. Grayscale: #7C7C7C. Windows color (decimal): -2012803 or 8210913. OLE color: 8210913.

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

Color convert

RGB 225 73 125 -
CMYK 0 0.68 0.44 0.12
HSL 339.47º 0.72% 0.58% -
HSV(B) 339.47º 0.68% 0.88% -
XYZ 37.14 22.25 21.74 -
YUV 124.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 225 73 125 0 0.68 0.44 0.12 339.47 0.72 0.58
Hex E1 49 7D 0 44 2C C 153 48 3A
Octal 341 111 175 0 104 54 14 523 110 72
Binary 11100001 1001001 1111101 0 1000100 101100 1100 101010011 1001000 111010

Color Harmonies of #E1497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1497D

Black with #E1497D

Text Example


Text Example

White with #E1497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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