Html Css Color HEX #E76448 Flamingo

📋 copy color: '#E76448'

red 231 ◦ green 100 ◦ blue 72

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

Shades of Flamingo #E76448

Tints of Flamingo #E76448

RGB

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

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

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

R = 57.32%
G = 24.81%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E76448 (or 0xE76448) is known color: Flamingo. HEX triplet: E7, 64 and 48. RGB value is (231,100,72). Sum of RGB (Red+Green+Blue) = 231+100+72=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E76448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76448 is #189BB7. Grayscale: #888888. Windows color (decimal): -1612728 or 4744423. OLE color: 4744423.

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

Color convert

RGB 231 100 72 -
CMYK 0 0.57 0.69 0.09
HSL 10.57º 0.77% 0.59% -
HSV(B) 10.57º 0.69% 0.91% -
XYZ 38.68 26.57 9.22 -
YUV 135.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 231 100 72 0 0.57 0.69 0.09 10.57 0.77 0.59
Hex E7 64 48 0 39 45 9 B 4D 3B
Octal 347 144 110 0 71 105 11 13 115 73
Binary 11100111 1100100 1001000 0 111001 1000101 1001 1011 1001101 111011

Color Harmonies of #E76448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76448

Black with #E76448

Text Example


Text Example

White with #E76448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76448; }

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

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

background-color css

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

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

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

border-color css

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

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

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