Html Css Color HEX #E46A4E Flamingo

📋 copy color: '#E46A4E'

red 228 ◦ green 106 ◦ blue 78

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

Shades of Flamingo #E46A4E

Tints of Flamingo #E46A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.73%

 BLUE value IS 78 (30.86% from 255) = 18.93%

R = 55.34%
G = 25.73%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E46A4E (or 0xE46A4E) is known color: Flamingo. HEX triplet: E4, 6A and 4E. RGB value is (228,106,78). Sum of RGB (Red+Green+Blue) = 228+106+78=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A4E is #1B95B1. Grayscale: #8B8B8B. Windows color (decimal): -1807794 or 5139172. OLE color: 5139172.

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

Color convert

RGB 228 106 78 -
CMYK 0 0.54 0.66 0.11
HSL 11.2º 0.74% 0.6% -
HSV(B) 11.2º 0.66% 0.89% -
XYZ 38.52 27.35 10.46 -
YUV 139.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 228 106 78 0 0.54 0.66 0.11 11.2 0.74 0.6
Hex E4 6A 4E 0 36 42 B B 4A 3C
Octal 344 152 116 0 66 102 13 13 112 74
Binary 11100100 1101010 1001110 0 110110 1000010 1011 1011 1001010 111100

Color Harmonies of #E46A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46A4E

Black with #E46A4E

Text Example


Text Example

White with #E46A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46A4E; }

 p { color: rgb(228,106,78); }

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

background-color css

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

 a { background-color: rgb(228,106,78); }

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

border-color css

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

 span { border-color: rgb(228,106,78); }

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