Html Css Color HEX #E0604D Flamingo

📋 copy color: '#E0604D'

red 224 ◦ green 96 ◦ blue 77

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

Shades of Flamingo #E0604D

Tints of Flamingo #E0604D

RGB

 RED value IS 224 (87.89% from 255) = 56.42%

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 56.42%
G = 24.18%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0604D (or 0xE0604D) is known color: Flamingo. HEX triplet: E0, 60 and 4D. RGB value is (224,96,77). Sum of RGB (Red+Green+Blue) = 224+96+77=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0604D is #1F9FB2. Grayscale: #848484. Windows color (decimal): -2072499 or 5071072. OLE color: 5071072.

HSL color Cylindrical-coordinate representation of color #E0604D: hue angle of 7.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0604D is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 77 -
CMYK 0 0.57 0.66 0.12
HSL 7.76º 0.7% 0.59% -
HSV(B) 7.76º 0.66% 0.88% -
XYZ 36.26 24.75 9.89 -
YUV 132.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 224 96 77 0 0.57 0.66 0.12 7.76 0.7 0.59
Hex E0 60 4D 0 39 42 C 8 46 3B
Octal 340 140 115 0 71 102 14 10 106 73
Binary 11100000 1100000 1001101 0 111001 1000010 1100 1000 1000110 111011

Color Harmonies of #E0604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0604D

Black with #E0604D

Text Example


Text Example

White with #E0604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0604D; }

 p { color: rgb(224,96,77); }

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

background-color css

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

 a { background-color: rgb(224,96,77); }

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

border-color css

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

 span { border-color: rgb(224,96,77); }

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