Html Css Color HEX #E06042 Flamingo

📋 copy color: '#E06042'

red 224 ◦ green 96 ◦ blue 66

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

Shades of Flamingo #E06042

Tints of Flamingo #E06042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

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

R = 58.03%
G = 24.87%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E06042 (or 0xE06042) is known color: Flamingo. HEX triplet: E0, 60 and 42. RGB value is (224,96,66). Sum of RGB (Red+Green+Blue) = 224+96+66=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E06042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06042 is #1F9FBD. Grayscale: #838383. Windows color (decimal): -2072510 or 4350176. OLE color: 4350176.

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

Color convert

RGB 224 96 66 -
CMYK 0 0.57 0.71 0.12
HSL 11.39º 0.72% 0.57% -
HSV(B) 11.39º 0.71% 0.88% -
XYZ 35.91 24.61 8.01 -
YUV 130.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 224 96 66 0 0.57 0.71 0.12 11.39 0.72 0.57
Hex E0 60 42 0 39 47 C B 48 39
Octal 340 140 102 0 71 107 14 13 110 71
Binary 11100000 1100000 1000010 0 111001 1000111 1100 1011 1001000 111001

Color Harmonies of #E06042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06042

Black with #E06042

Text Example


Text Example

White with #E06042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06042; }

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

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

background-color css

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

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

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

border-color css

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

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

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