Html Css Color HEX #E1477A Cranberry

📋 copy color: '#E1477A'

red 225 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #E1477A

Tints of Cranberry #E1477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 53.83%
G = 16.99%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1477A (or 0xE1477A) is known color: Cranberry. HEX triplet: E1, 47 and 7A. RGB value is (225,71,122). Sum of RGB (Red+Green+Blue) = 225+71+122=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1477A is #1EB885. Grayscale: #7A7A7A. Windows color (decimal): -2013318 or 8013793. OLE color: 8013793.

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

Color convert

RGB 225 71 122 -
CMYK 0 0.68 0.46 0.12
HSL 340.13º 0.72% 0.58% -
HSV(B) 340.13º 0.68% 0.88% -
XYZ 36.82 21.92 20.7 -
YUV 122.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 225 71 122 0 0.68 0.46 0.12 340.13 0.72 0.58
Hex E1 47 7A 0 44 2E C 154 48 3A
Octal 341 107 172 0 104 56 14 524 110 72
Binary 11100001 1000111 1111010 0 1000100 101110 1100 101010100 1001000 111010

Color Harmonies of #E1477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1477A

Black with #E1477A

Text Example


Text Example

White with #E1477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1477A; }

 p { color: rgb(225,71,122); }

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

background-color css

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

 a { background-color: rgb(225,71,122); }

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

border-color css

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

 span { border-color: rgb(225,71,122); }

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