Html Css Color HEX #E1477B Cranberry

📋 copy color: '#E1477B'

red 225 ◦ green 71 ◦ blue 123

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

Shades of Cranberry #E1477B

Tints of Cranberry #E1477B

RGB

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

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

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

R = 53.7%
G = 16.95%
B = 29.36%

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

#E1477B (or 0xE1477B) is known color: Cranberry. HEX triplet: E1, 47 and 7B. RGB value is (225,71,123). Sum of RGB (Red+Green+Blue) = 225+71+123=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1477B is #1EB884. Grayscale: #7A7A7A. Windows color (decimal): -2013317 or 8079329. OLE color: 8079329.

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

Color convert

RGB 225 71 123 -
CMYK 0 0.68 0.45 0.12
HSL 339.74º 0.72% 0.58% -
HSV(B) 339.74º 0.68% 0.88% -
XYZ 36.88 21.94 21.03 -
YUV 122.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 225 71 123 0 0.68 0.45 0.12 339.74 0.72 0.58
Hex E1 47 7B 0 44 2D C 154 48 3A
Octal 341 107 173 0 104 55 14 524 110 72
Binary 11100001 1000111 1111011 0 1000100 101101 1100 101010100 1001000 111010

Color Harmonies of #E1477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1477B

Black with #E1477B

Text Example


Text Example

White with #E1477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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