Html Css Color HEX #E0664D Flamingo

📋 copy color: '#E0664D'

red 224 ◦ green 102 ◦ blue 77

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

Shades of Flamingo #E0664D

Tints of Flamingo #E0664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 55.58%
G = 25.31%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0664D (or 0xE0664D) is known color: Flamingo. HEX triplet: E0, 66 and 4D. RGB value is (224,102,77). Sum of RGB (Red+Green+Blue) = 224+102+77=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0664D is #1F99B2. Grayscale: #878787. Windows color (decimal): -2070963 or 5072608. OLE color: 5072608.

HSL color Cylindrical-coordinate representation of color #E0664D: hue angle of 10.2º 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 #E0664D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 77 -
CMYK 0 0.54 0.66 0.12
HSL 10.2º 0.7% 0.59% -
HSV(B) 10.2º 0.66% 0.88% -
XYZ 36.83 25.89 10.08 -
YUV 135.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 224 102 77 0 0.54 0.66 0.12 10.2 0.7 0.59
Hex E0 66 4D 0 36 42 C A 46 3B
Octal 340 146 115 0 66 102 14 12 106 73
Binary 11100000 1100110 1001101 0 110110 1000010 1100 1010 1000110 111011

Color Harmonies of #E0664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0664D

Black with #E0664D

Text Example


Text Example

White with #E0664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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