Html Css Color HEX #E0694D Flamingo

📋 copy color: '#E0694D'

red 224 ◦ green 105 ◦ blue 77

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

Shades of Flamingo #E0694D

Tints of Flamingo #E0694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 55.17%
G = 25.86%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0694D (or 0xE0694D) is known color: Flamingo. HEX triplet: E0, 69 and 4D. RGB value is (224,105,77). Sum of RGB (Red+Green+Blue) = 224+105+77=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0694D is #1F96B2. Grayscale: #898989. Windows color (decimal): -2070195 or 5073376. OLE color: 5073376.

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

Color convert

RGB 224 105 77 -
CMYK 0 0.53 0.66 0.12
HSL 11.43º 0.7% 0.59% -
HSV(B) 11.43º 0.66% 0.88% -
XYZ 37.13 26.49 10.18 -
YUV 137.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 224 105 77 0 0.53 0.66 0.12 11.43 0.7 0.59
Hex E0 69 4D 0 35 42 C B 46 3B
Octal 340 151 115 0 65 102 14 13 106 73
Binary 11100000 1101001 1001101 0 110101 1000010 1100 1011 1000110 111011

Color Harmonies of #E0694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0694D

Black with #E0694D

Text Example


Text Example

White with #E0694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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