Html Css Color HEX #E55A46 Flamingo

📋 copy color: '#E55A46'

red 229 ◦ green 90 ◦ blue 70

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

Shades of Flamingo #E55A46

Tints of Flamingo #E55A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 58.87%
G = 23.14%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E55A46 (or 0xE55A46) is known color: Flamingo. HEX triplet: E5, 5A and 46. RGB value is (229,90,70). Sum of RGB (Red+Green+Blue) = 229+90+70=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A46 is #1AA5B9. Grayscale: #818181. Windows color (decimal): -1746362 or 4610789. OLE color: 4610789.

HSL color Cylindrical-coordinate representation of color #E55A46: hue angle of 7.55º 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 #E55A46 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 70 -
CMYK 0 0.61 0.69 0.10
HSL 7.55º 0.75% 0.59% -
HSV(B) 7.55º 0.69% 0.9% -
XYZ 37.07 24.41 8.55 -
YUV 129.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 229 90 70 0 0.61 0.69 0.10 7.55 0.75 0.59
Hex E5 5A 46 0 3D 45 A 8 4B 3B
Octal 345 132 106 0 75 105 12 10 113 73
Binary 11100101 1011010 1000110 0 111101 1000101 1010 1000 1001011 111011

Color Harmonies of #E55A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A46

Black with #E55A46

Text Example


Text Example

White with #E55A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A46; }

 p { color: rgb(229,90,70); }

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

background-color css

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

 a { background-color: rgb(229,90,70); }

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

border-color css

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

 span { border-color: rgb(229,90,70); }

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