Html Css Color HEX #E76445 Flamingo

📋 copy color: '#E76445'

red 231 ◦ green 100 ◦ blue 69

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

Shades of Flamingo #E76445

Tints of Flamingo #E76445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 57.75%
G = 25%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E76445 (or 0xE76445) is known color: Flamingo. HEX triplet: E7, 64 and 45. RGB value is (231,100,69). Sum of RGB (Red+Green+Blue) = 231+100+69=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E76445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76445 is #189BBA. Grayscale: #878787. Windows color (decimal): -1612731 or 4547815. OLE color: 4547815.

HSL color Cylindrical-coordinate representation of color #E76445: hue angle of 11.48º 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 #E76445 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 69 -
CMYK 0 0.57 0.70 0.09
HSL 11.48º 0.77% 0.59% -
HSV(B) 11.48º 0.7% 0.91% -
XYZ 38.59 26.53 8.72 -
YUV 135.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 231 100 69 0 0.57 0.70 0.09 11.48 0.77 0.59
Hex E7 64 45 0 39 46 9 B 4D 3B
Octal 347 144 105 0 71 106 11 13 115 73
Binary 11100111 1100100 1000101 0 111001 1000110 1001 1011 1001101 111011

Color Harmonies of #E76445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76445

Black with #E76445

Text Example


Text Example

White with #E76445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76445; }

 p { color: rgb(231,100,69); }

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

background-color css

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

 a { background-color: rgb(231,100,69); }

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

border-color css

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

 span { border-color: rgb(231,100,69); }

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