Html Css Color HEX #E46748 Flamingo

📋 copy color: '#E46748'

red 228 ◦ green 103 ◦ blue 72

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

Shades of Flamingo #E46748

Tints of Flamingo #E46748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.56%

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 56.58%
G = 25.56%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E46748 (or 0xE46748) is known color: Flamingo. HEX triplet: E4, 67 and 48. RGB value is (228,103,72). Sum of RGB (Red+Green+Blue) = 228+103+72=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E46748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46748 is #1B98B7. Grayscale: #898989. Windows color (decimal): -1808568 or 4745188. OLE color: 4745188.

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

Color convert

RGB 228 103 72 -
CMYK 0 0.55 0.68 0.11
HSL 11.92º 0.74% 0.59% -
HSV(B) 11.92º 0.68% 0.89% -
XYZ 38.01 26.66 9.27 -
YUV 136.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 228 103 72 0 0.55 0.68 0.11 11.92 0.74 0.59
Hex E4 67 48 0 37 44 B C 4A 3B
Octal 344 147 110 0 67 104 13 14 112 73
Binary 11100100 1100111 1001000 0 110111 1000100 1011 1100 1001010 111011

Color Harmonies of #E46748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46748

Black with #E46748

Text Example


Text Example

White with #E46748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46748; }

 p { color: rgb(228,103,72); }

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

background-color css

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

 a { background-color: rgb(228,103,72); }

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

border-color css

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

 span { border-color: rgb(228,103,72); }

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