Html Css Color HEX #E16343 Flamingo

📋 copy color: '#E16343'

red 225 ◦ green 99 ◦ blue 67

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

Shades of Flamingo #E16343

Tints of Flamingo #E16343

RGB

 RED value IS 225 (88.28% from 255) = 57.54%

 GREEN value IS 99 (39.06% from 255) = 25.32%

 BLUE value IS 67 (26.56% from 255) = 17.14%

R = 57.54%
G = 25.32%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E16343 (or 0xE16343) is known color: Flamingo. HEX triplet: E1, 63 and 43. RGB value is (225,99,67). Sum of RGB (Red+Green+Blue) = 225+99+67=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E16343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16343 is #1E9CBC. Grayscale: #858585. Windows color (decimal): -2006205 or 4416481. OLE color: 4416481.

HSL color Cylindrical-coordinate representation of color #E16343: hue angle of 12.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E16343 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 99 67 -
CMYK 0 0.56 0.70 0.12
HSL 12.15º 0.72% 0.57% -
HSV(B) 12.15º 0.7% 0.88% -
XYZ 36.53 25.34 8.28 -
YUV 133.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 225 99 67 0 0.56 0.70 0.12 12.15 0.72 0.57
Hex E1 63 43 0 38 46 C C 48 39
Octal 341 143 103 0 70 106 14 14 110 71
Binary 11100001 1100011 1000011 0 111000 1000110 1100 1100 1001000 111001

Color Harmonies of #E16343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16343

Black with #E16343

Text Example


Text Example

White with #E16343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16343; }

 p { color: rgb(225,99,67); }

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

background-color css

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

 a { background-color: rgb(225,99,67); }

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

border-color css

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

 span { border-color: rgb(225,99,67); }

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