Html Css Color HEX #E46047 Flamingo

📋 copy color: '#E46047'

red 228 ◦ green 96 ◦ blue 71

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

Shades of Flamingo #E46047

Tints of Flamingo #E46047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.97%

R = 57.72%
G = 24.3%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E46047 (or 0xE46047) is known color: Flamingo. HEX triplet: E4, 60 and 47. RGB value is (228,96,71). Sum of RGB (Red+Green+Blue) = 228+96+71=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E46047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46047 is #1B9FB8. Grayscale: #848484. Windows color (decimal): -1810361 or 4677860. OLE color: 4677860.

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

Color convert

RGB 228 96 71 -
CMYK 0 0.58 0.69 0.11
HSL 9.55º 0.74% 0.59% -
HSV(B) 9.55º 0.69% 0.89% -
XYZ 37.32 25.31 8.88 -
YUV 132.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 228 96 71 0 0.58 0.69 0.11 9.55 0.74 0.59
Hex E4 60 47 0 3A 45 B A 4A 3B
Octal 344 140 107 0 72 105 13 12 112 73
Binary 11100100 1100000 1000111 0 111010 1000101 1011 1010 1001010 111011

Color Harmonies of #E46047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46047

Black with #E46047

Text Example


Text Example

White with #E46047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46047; }

 p { color: rgb(228,96,71); }

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

background-color css

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

 a { background-color: rgb(228,96,71); }

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

border-color css

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

 span { border-color: rgb(228,96,71); }

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