Html Css Color HEX #E0476A Cranberry

📋 copy color: '#E0476A'

red 224 ◦ green 71 ◦ blue 106

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

Shades of Cranberry #E0476A

Tints of Cranberry #E0476A

RGB

 RED value IS 224 (87.89% from 255) = 55.86%

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

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

R = 55.86%
G = 17.71%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0476A (or 0xE0476A) is known color: Cranberry. HEX triplet: E0, 47 and 6A. RGB value is (224,71,106). Sum of RGB (Red+Green+Blue) = 224+71+106=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0476A is #1FB895. Grayscale: #787878. Windows color (decimal): -2078870 or 6965216. OLE color: 6965216.

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

Color convert

RGB 224 71 106 -
CMYK 0 0.68 0.53 0.12
HSL 346.27º 0.71% 0.58% -
HSV(B) 346.27º 0.68% 0.88% -
XYZ 35.6 21.39 15.89 -
YUV 120.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 224 71 106 0 0.68 0.53 0.12 346.27 0.71 0.58
Hex E0 47 6A 0 44 35 C 15A 47 3A
Octal 340 107 152 0 104 65 14 532 107 72
Binary 11100000 1000111 1101010 0 1000100 110101 1100 101011010 1000111 111010

Color Harmonies of #E0476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0476A

Black with #E0476A

Text Example


Text Example

White with #E0476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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