Html Css Color HEX #E55448 Flamingo

📋 copy color: '#E55448'

red 229 ◦ green 84 ◦ blue 72

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

Shades of Flamingo #E55448

Tints of Flamingo #E55448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 59.48%
G = 21.82%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E55448 (or 0xE55448) is known color: Flamingo. HEX triplet: E5, 54 and 48. RGB value is (229,84,72). Sum of RGB (Red+Green+Blue) = 229+84+72=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E55448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55448 is #1AABB7. Grayscale: #7E7E7E. Windows color (decimal): -1747896 or 4740325. OLE color: 4740325.

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

Color convert

RGB 229 84 72 -
CMYK 0 0.63 0.69 0.10
HSL 4.59º 0.75% 0.59% -
HSV(B) 4.59º 0.69% 0.9% -
XYZ 36.65 23.47 8.73 -
YUV 125.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 229 84 72 0 0.63 0.69 0.10 4.59 0.75 0.59
Hex E5 54 48 0 3F 45 A 5 4B 3B
Octal 345 124 110 0 77 105 12 5 113 73
Binary 11100101 1010100 1001000 0 111111 1000101 1010 101 1001011 111011

Color Harmonies of #E55448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55448

Black with #E55448

Text Example


Text Example

White with #E55448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55448; }

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

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

background-color css

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

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

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

border-color css

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

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

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