Html Css Color HEX #E76146 Flamingo

📋 copy color: '#E76146'

red 231 ◦ green 97 ◦ blue 70

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

Shades of Flamingo #E76146

Tints of Flamingo #E76146

RGB

 RED value IS 231 (90.63% from 255) = 58.04%

 GREEN value IS 97 (38.28% from 255) = 24.37%

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 58.04%
G = 24.37%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E76146 (or 0xE76146) is known color: Flamingo. HEX triplet: E7, 61 and 46. RGB value is (231,97,70). Sum of RGB (Red+Green+Blue) = 231+97+70=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E76146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76146 is #189EB9. Grayscale: #868686. Windows color (decimal): -1613498 or 4612583. OLE color: 4612583.

HSL color Cylindrical-coordinate representation of color #E76146: hue angle of 10.06º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E76146 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 70 -
CMYK 0 0.58 0.70 0.09
HSL 10.06º 0.77% 0.59% -
HSV(B) 10.06º 0.7% 0.91% -
XYZ 38.34 25.98 8.79 -
YUV 133.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 231 97 70 0 0.58 0.70 0.09 10.06 0.77 0.59
Hex E7 61 46 0 3A 46 9 A 4D 3B
Octal 347 141 106 0 72 106 11 12 115 73
Binary 11100111 1100001 1000110 0 111010 1000110 1001 1010 1001101 111011

Color Harmonies of #E76146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76146

Black with #E76146

Text Example


Text Example

White with #E76146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76146; }

 p { color: rgb(231,97,70); }

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

background-color css

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

 a { background-color: rgb(231,97,70); }

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

border-color css

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

 span { border-color: rgb(231,97,70); }

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