Html Css Color HEX #E5476A Cranberry

📋 copy color: '#E5476A'

red 229 ◦ green 71 ◦ blue 106

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

Shades of Cranberry #E5476A

Tints of Cranberry #E5476A

RGB

 RED value IS 229 (89.84% from 255) = 56.4%

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

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 56.4%
G = 17.49%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5476A (or 0xE5476A) is known color: Cranberry. HEX triplet: E5, 47 and 6A. RGB value is (229,71,106). Sum of RGB (Red+Green+Blue) = 229+71+106=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5476A is #1AB895. Grayscale: #7A7A7A. Windows color (decimal): -1751190 or 6965221. OLE color: 6965221.

HSL color Cylindrical-coordinate representation of color #E5476A: hue angle of 346.71º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5476A is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 71 106 -
CMYK 0 0.69 0.54 0.10
HSL 346.71º 0.75% 0.59% -
HSV(B) 346.71º 0.69% 0.9% -
XYZ 37.17 22.21 15.96 -
YUV 122.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 229 71 106 0 0.69 0.54 0.10 346.71 0.75 0.59
Hex E5 47 6A 0 45 36 A 15B 4B 3B
Octal 345 107 152 0 105 66 12 533 113 73
Binary 11100101 1000111 1101010 0 1000101 110110 1010 101011011 1001011 111011

Color Harmonies of #E5476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5476A

Black with #E5476A

Text Example


Text Example

White with #E5476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5476A; }

 p { color: rgb(229,71,106); }

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

background-color css

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

 a { background-color: rgb(229,71,106); }

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

border-color css

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

 span { border-color: rgb(229,71,106); }

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