Html Css Color HEX #E46052 Flamingo

📋 copy color: '#E46052'

red 228 ◦ green 96 ◦ blue 82

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

Shades of Flamingo #E46052

Tints of Flamingo #E46052

RGB

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

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

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

R = 56.16%
G = 23.65%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E46052 (or 0xE46052) is known color: Flamingo. HEX triplet: E4, 60 and 52. RGB value is (228,96,82). Sum of RGB (Red+Green+Blue) = 228+96+82=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E46052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46052 is #1B9FAD. Grayscale: #868686. Windows color (decimal): -1810350 or 5398756. OLE color: 5398756.

HSL color Cylindrical-coordinate representation of color #E46052: hue angle of 5.75º 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 #E46052 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 96 82 -
CMYK 0 0.58 0.64 0.11
HSL 5.75º 0.73% 0.61% -
HSV(B) 5.75º 0.64% 0.89% -
XYZ 37.7 25.47 10.91 -
YUV 133.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 228 96 82 0 0.58 0.64 0.11 5.75 0.73 0.61
Hex E4 60 52 0 3A 40 B 6 49 3D
Octal 344 140 122 0 72 100 13 6 111 75
Binary 11100100 1100000 1010010 0 111010 1000000 1011 110 1001001 111101

Color Harmonies of #E46052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46052

Black with #E46052

Text Example


Text Example

White with #E46052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46052; }

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

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

background-color css

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

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

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

border-color css

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

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

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