Html Css Color HEX #E46342 Flamingo

📋 copy color: '#E46342'

red 228 ◦ green 99 ◦ blue 66

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

Shades of Flamingo #E46342

Tints of Flamingo #E46342

RGB

 RED value IS 228 (89.45% from 255) = 58.02%

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

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

R = 58.02%
G = 25.19%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E46342 (or 0xE46342) is known color: Flamingo. HEX triplet: E4, 63 and 42. RGB value is (228,99,66). Sum of RGB (Red+Green+Blue) = 228+99+66=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E46342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46342 is #1B9CBD. Grayscale: #868686. Windows color (decimal): -1809598 or 4350948. OLE color: 4350948.

HSL color Cylindrical-coordinate representation of color #E46342: hue angle of 12.22º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E46342 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 99 66 -
CMYK 0 0.57 0.71 0.11
HSL 12.22º 0.75% 0.58% -
HSV(B) 12.22º 0.71% 0.89% -
XYZ 37.44 25.81 8.16 -
YUV 133.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 228 99 66 0 0.57 0.71 0.11 12.22 0.75 0.58
Hex E4 63 42 0 39 47 B C 4B 3A
Octal 344 143 102 0 71 107 13 14 113 72
Binary 11100100 1100011 1000010 0 111001 1000111 1011 1100 1001011 111010

Color Harmonies of #E46342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46342

Black with #E46342

Text Example


Text Example

White with #E46342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46342; }

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

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

background-color css

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

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

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

border-color css

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

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

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