Html Css Color HEX #E1497B Cranberry

📋 copy color: '#E1497B'

red 225 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #E1497B

Tints of Cranberry #E1497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 53.44%
G = 17.34%
B = 29.22%

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

#E1497B (or 0xE1497B) is known color: Cranberry. HEX triplet: E1, 49 and 7B. RGB value is (225,73,123). Sum of RGB (Red+Green+Blue) = 225+73+123=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1497B is #1EB684. Grayscale: #7C7C7C. Windows color (decimal): -2012805 or 8079841. OLE color: 8079841.

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

Color convert

RGB 225 73 123 -
CMYK 0 0.68 0.45 0.12
HSL 340.26º 0.72% 0.58% -
HSV(B) 340.26º 0.68% 0.88% -
XYZ 37.01 22.2 21.07 -
YUV 124.15 127.36 199.93 -
System Red Green Blue C M Y K H S L
Decimal 225 73 123 0 0.68 0.45 0.12 340.26 0.72 0.58
Hex E1 49 7B 0 44 2D C 154 48 3A
Octal 341 111 173 0 104 55 14 524 110 72
Binary 11100001 1001001 1111011 0 1000100 101101 1100 101010100 1001000 111010

Color Harmonies of #E1497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1497B

Black with #E1497B

Text Example


Text Example

White with #E1497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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