Html Css Color HEX #E76450 Flamingo

📋 copy color: '#E76450'

red 231 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #E76450

Tints of Flamingo #E76450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 56.2%
G = 24.33%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E76450 (or 0xE76450) is known color: Flamingo. HEX triplet: E7, 64 and 50. RGB value is (231,100,80). Sum of RGB (Red+Green+Blue) = 231+100+80=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E76450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76450 is #189BAF. Grayscale: #898989. Windows color (decimal): -1612720 or 5268711. OLE color: 5268711.

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

Color convert

RGB 231 100 80 -
CMYK 0 0.57 0.65 0.09
HSL 7.95º 0.76% 0.61% -
HSV(B) 7.95º 0.65% 0.91% -
XYZ 38.96 26.68 10.69 -
YUV 136.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 231 100 80 0 0.57 0.65 0.09 7.95 0.76 0.61
Hex E7 64 50 0 39 41 9 8 4C 3D
Octal 347 144 120 0 71 101 11 10 114 75
Binary 11100111 1100100 1010000 0 111001 1000001 1001 1000 1001100 111101

Color Harmonies of #E76450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76450

Black with #E76450

Text Example


Text Example

White with #E76450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76450; }

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

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

background-color css

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

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

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

border-color css

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

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

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