Html Css Color HEX #E06342 Flamingo

📋 copy color: '#E06342'

red 224 ◦ green 99 ◦ blue 66

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

Shades of Flamingo #E06342

Tints of Flamingo #E06342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

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

R = 57.58%
G = 25.45%
B = 16.97%

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

#E06342 (or 0xE06342) is known color: Flamingo. HEX triplet: E0, 63 and 42. RGB value is (224,99,66). Sum of RGB (Red+Green+Blue) = 224+99+66=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E06342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06342 is #1F9CBD. Grayscale: #848484. Windows color (decimal): -2071742 or 4350944. OLE color: 4350944.

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

Color convert

RGB 224 99 66 -
CMYK 0 0.56 0.71 0.12
HSL 12.53º 0.72% 0.57% -
HSV(B) 12.53º 0.71% 0.88% -
XYZ 36.19 25.16 8.1 -
YUV 132.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 224 99 66 0 0.56 0.71 0.12 12.53 0.72 0.57
Hex E0 63 42 0 38 47 C D 48 39
Octal 340 143 102 0 70 107 14 15 110 71
Binary 11100000 1100011 1000010 0 111000 1000111 1100 1101 1001000 111001

Color Harmonies of #E06342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06342

Black with #E06342

Text Example


Text Example

White with #E06342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06342; }

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

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

background-color css

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

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

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

border-color css

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

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

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