Html Css Color HEX #E55474 Cranberry

📋 copy color: '#E55474'

red 229 ◦ green 84 ◦ blue 116

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

Shades of Cranberry #E55474

Tints of Cranberry #E55474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 53.38%
G = 19.58%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E55474 (or 0xE55474) is known color: Cranberry. HEX triplet: E5, 54 and 74. RGB value is (229,84,116). Sum of RGB (Red+Green+Blue) = 229+84+116=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E55474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55474 is #1AAB8B. Grayscale: #838383. Windows color (decimal): -1747852 or 7623909. OLE color: 7623909.

HSL color Cylindrical-coordinate representation of color #E55474: hue angle of 346.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55474 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 84 116 -
CMYK 0 0.63 0.49 0.10
HSL 346.76º 0.74% 0.61% -
HSV(B) 346.76º 0.63% 0.9% -
XYZ 38.64 24.26 19.17 -
YUV 131 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 229 84 116 0 0.63 0.49 0.10 346.76 0.74 0.61
Hex E5 54 74 0 3F 31 A 15B 4A 3D
Octal 345 124 164 0 77 61 12 533 112 75
Binary 11100101 1010100 1110100 0 111111 110001 1010 101011011 1001010 111101

Color Harmonies of #E55474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55474

Black with #E55474

Text Example


Text Example

White with #E55474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55474; }

 p { color: rgb(229,84,116); }

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

background-color css

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

 a { background-color: rgb(229,84,116); }

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

border-color css

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

 span { border-color: rgb(229,84,116); }

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