Html Css Color HEX #E46A52 Flamingo

📋 copy color: '#E46A52'

red 228 ◦ green 106 ◦ blue 82

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

Shades of Flamingo #E46A52

Tints of Flamingo #E46A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 54.81%
G = 25.48%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E46A52 (or 0xE46A52) is known color: Flamingo. HEX triplet: E4, 6A and 52. RGB value is (228,106,82). Sum of RGB (Red+Green+Blue) = 228+106+82=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A52 is #1B95AD. Grayscale: #8B8B8B. Windows color (decimal): -1807790 or 5401316. OLE color: 5401316.

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

Color convert

RGB 228 106 82 -
CMYK 0 0.54 0.64 0.11
HSL 9.86º 0.73% 0.61% -
HSV(B) 9.86º 0.64% 0.89% -
XYZ 38.67 27.41 11.24 -
YUV 139.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 228 106 82 0 0.54 0.64 0.11 9.86 0.73 0.61
Hex E4 6A 52 0 36 40 B A 49 3D
Octal 344 152 122 0 66 100 13 12 111 75
Binary 11100100 1101010 1010010 0 110110 1000000 1011 1010 1001001 111101

Color Harmonies of #E46A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46A52

Black with #E46A52

Text Example


Text Example

White with #E46A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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