Html Css Color HEX #E1497F Cranberry

📋 copy color: '#E1497F'

red 225 ◦ green 73 ◦ blue 127

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

Shades of Cranberry #E1497F

Tints of Cranberry #E1497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.88%

R = 52.94%
G = 17.18%
B = 29.88%

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

#E1497F (or 0xE1497F) is known color: Cranberry. HEX triplet: E1, 49 and 7F. RGB value is (225,73,127). Sum of RGB (Red+Green+Blue) = 225+73+127=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1497F is #1EB680. Grayscale: #7C7C7C. Windows color (decimal): -2012801 or 8341985. OLE color: 8341985.

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

Color convert

RGB 225 73 127 -
CMYK 0 0.68 0.44 0.12
HSL 338.68º 0.72% 0.58% -
HSV(B) 338.68º 0.68% 0.88% -
XYZ 37.26 22.3 22.42 -
YUV 124.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 225 73 127 0 0.68 0.44 0.12 338.68 0.72 0.58
Hex E1 49 7F 0 44 2C C 153 48 3A
Octal 341 111 177 0 104 54 14 523 110 72
Binary 11100001 1001001 1111111 0 1000100 101100 1100 101010011 1001000 111010

Color Harmonies of #E1497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1497F

Black with #E1497F

Text Example


Text Example

White with #E1497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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