Html Css Color HEX #E46456 Flamingo

📋 copy color: '#E46456'

red 228 ◦ green 100 ◦ blue 86

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

Shades of Flamingo #E46456

Tints of Flamingo #E46456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 55.07%
G = 24.15%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E46456 (or 0xE46456) is known color: Flamingo. HEX triplet: E4, 64 and 56. RGB value is (228,100,86). Sum of RGB (Red+Green+Blue) = 228+100+86=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E46456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46456 is #1B9BA9. Grayscale: #888888. Windows color (decimal): -1809322 or 5661924. OLE color: 5661924.

HSL color Cylindrical-coordinate representation of color #E46456: hue angle of 5.92º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E46456 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 100 86 -
CMYK 0 0.56 0.62 0.11
HSL 5.92º 0.72% 0.62% -
HSV(B) 5.92º 0.62% 0.89% -
XYZ 38.23 26.28 11.86 -
YUV 136.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 228 100 86 0 0.56 0.62 0.11 5.92 0.72 0.62
Hex E4 64 56 0 38 3E B 6 48 3E
Octal 344 144 126 0 70 76 13 6 110 76
Binary 11100100 1100100 1010110 0 111000 111110 1011 110 1001000 111110

Color Harmonies of #E46456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46456

Black with #E46456

Text Example


Text Example

White with #E46456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46456; }

 p { color: rgb(228,100,86); }

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

background-color css

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

 a { background-color: rgb(228,100,86); }

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

border-color css

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

 span { border-color: rgb(228,100,86); }

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