Html Css Color HEX #E06851 Flamingo

📋 copy color: '#E06851'

red 224 ◦ green 104 ◦ blue 81

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

Shades of Flamingo #E06851

Tints of Flamingo #E06851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.43%

 BLUE value IS 81 (32.03% from 255) = 19.8%

R = 54.77%
G = 25.43%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06851 (or 0xE06851) is known color: Flamingo. HEX triplet: E0, 68 and 51. RGB value is (224,104,81). Sum of RGB (Red+Green+Blue) = 224+104+81=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E06851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06851 is #1F97AE. Grayscale: #898989. Windows color (decimal): -2070447 or 5335264. OLE color: 5335264.

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

Color convert

RGB 224 104 81 -
CMYK 0 0.54 0.64 0.12
HSL 9.65º 0.7% 0.6% -
HSV(B) 9.65º 0.64% 0.88% -
XYZ 37.18 26.34 10.91 -
YUV 137.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 224 104 81 0 0.54 0.64 0.12 9.65 0.7 0.6
Hex E0 68 51 0 36 40 C A 46 3C
Octal 340 150 121 0 66 100 14 12 106 74
Binary 11100000 1101000 1010001 0 110110 1000000 1100 1010 1000110 111100

Color Harmonies of #E06851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06851

Black with #E06851

Text Example


Text Example

White with #E06851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06851; }

 p { color: rgb(224,104,81); }

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

background-color css

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

 a { background-color: rgb(224,104,81); }

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

border-color css

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

 span { border-color: rgb(224,104,81); }

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