Html Css Color HEX #E06242 Flamingo

📋 copy color: '#E06242'

red 224 ◦ green 98 ◦ blue 66

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

Shades of Flamingo #E06242

Tints of Flamingo #E06242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 57.73%
G = 25.26%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E06242 (or 0xE06242) is known color: Flamingo. HEX triplet: E0, 62 and 42. RGB value is (224,98,66). Sum of RGB (Red+Green+Blue) = 224+98+66=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E06242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06242 is #1F9DBD. Grayscale: #848484. Windows color (decimal): -2071998 or 4350688. OLE color: 4350688.

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

Color convert

RGB 224 98 66 -
CMYK 0 0.56 0.71 0.12
HSL 12.15º 0.72% 0.57% -
HSV(B) 12.15º 0.71% 0.88% -
XYZ 36.09 24.98 8.07 -
YUV 132.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 224 98 66 0 0.56 0.71 0.12 12.15 0.72 0.57
Hex E0 62 42 0 38 47 C C 48 39
Octal 340 142 102 0 70 107 14 14 110 71
Binary 11100000 1100010 1000010 0 111000 1000111 1100 1100 1001000 111001

Color Harmonies of #E06242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06242

Black with #E06242

Text Example


Text Example

White with #E06242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06242; }

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

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

background-color css

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

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

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

border-color css

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

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

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