Html Css Color HEX #E76048 Flamingo

📋 copy color: '#E76048'

red 231 ◦ green 96 ◦ blue 72

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

Shades of Flamingo #E76048

Tints of Flamingo #E76048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

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

R = 57.89%
G = 24.06%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E76048 (or 0xE76048) is known color: Flamingo. HEX triplet: E7, 60 and 48. RGB value is (231,96,72). Sum of RGB (Red+Green+Blue) = 231+96+72=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E76048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76048 is #189FB7. Grayscale: #858585. Windows color (decimal): -1613752 or 4743399. OLE color: 4743399.

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

Color convert

RGB 231 96 72 -
CMYK 0 0.58 0.69 0.09
HSL 9.06º 0.77% 0.59% -
HSV(B) 9.06º 0.69% 0.91% -
XYZ 38.31 25.82 9.1 -
YUV 133.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 231 96 72 0 0.58 0.69 0.09 9.06 0.77 0.59
Hex E7 60 48 0 3A 45 9 9 4D 3B
Octal 347 140 110 0 72 105 11 11 115 73
Binary 11100111 1100000 1001000 0 111010 1000101 1001 1001 1001101 111011

Color Harmonies of #E76048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76048

Black with #E76048

Text Example


Text Example

White with #E76048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76048; }

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

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

background-color css

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

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

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

border-color css

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

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

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