Html Css Color HEX #E46450 Flamingo

📋 copy color: '#E46450'

red 228 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #E46450

Tints of Flamingo #E46450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 55.88%
G = 24.51%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E46450 (or 0xE46450) is known color: Flamingo. HEX triplet: E4, 64 and 50. RGB value is (228,100,80). Sum of RGB (Red+Green+Blue) = 228+100+80=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E46450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46450 is #1B9BAF. Grayscale: #888888. Windows color (decimal): -1809328 or 5268708. OLE color: 5268708.

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

Color convert

RGB 228 100 80 -
CMYK 0 0.56 0.65 0.11
HSL 8.11º 0.73% 0.6% -
HSV(B) 8.11º 0.65% 0.89% -
XYZ 38 26.19 10.64 -
YUV 135.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 228 100 80 0 0.56 0.65 0.11 8.11 0.73 0.6
Hex E4 64 50 0 38 41 B 8 49 3C
Octal 344 144 120 0 70 101 13 10 111 74
Binary 11100100 1100100 1010000 0 111000 1000001 1011 1000 1001001 111100

Color Harmonies of #E46450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46450

Black with #E46450

Text Example


Text Example

White with #E46450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46450; }

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

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

background-color css

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

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

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

border-color css

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

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

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