Html Css Color HEX #E05A42 Flamingo

📋 copy color: '#E05A42'

red 224 ◦ green 90 ◦ blue 66

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

Shades of Flamingo #E05A42

Tints of Flamingo #E05A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 58.95%
G = 23.68%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05A42 (or 0xE05A42) is known color: Flamingo. HEX triplet: E0, 5A and 42. RGB value is (224,90,66). Sum of RGB (Red+Green+Blue) = 224+90+66=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A42 is #1FA5BD. Grayscale: #7F7F7F. Windows color (decimal): -2074046 or 4348640. OLE color: 4348640.

HSL color Cylindrical-coordinate representation of color #E05A42: hue angle of 9.11º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E05A42 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 66 -
CMYK 0 0.60 0.71 0.12
HSL 9.11º 0.72% 0.57% -
HSV(B) 9.11º 0.71% 0.88% -
XYZ 35.38 23.55 7.84 -
YUV 127.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 224 90 66 0 0.60 0.71 0.12 9.11 0.72 0.57
Hex E0 5A 42 0 3C 47 C 9 48 39
Octal 340 132 102 0 74 107 14 11 110 71
Binary 11100000 1011010 1000010 0 111100 1000111 1100 1001 1001000 111001

Color Harmonies of #E05A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A42

Black with #E05A42

Text Example


Text Example

White with #E05A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A42; }

 p { color: rgb(224,90,66); }

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

background-color css

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

 a { background-color: rgb(224,90,66); }

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

border-color css

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

 span { border-color: rgb(224,90,66); }

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