Html Css Color HEX #E06951 Flamingo

📋 copy color: '#E06951'

red 224 ◦ green 105 ◦ blue 81

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

Shades of Flamingo #E06951

Tints of Flamingo #E06951

RGB

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

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

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

R = 54.63%
G = 25.61%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06951 (or 0xE06951) is known color: Flamingo. HEX triplet: E0, 69 and 51. RGB value is (224,105,81). Sum of RGB (Red+Green+Blue) = 224+105+81=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E06951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06951 is #1F96AE. Grayscale: #8A8A8A. Windows color (decimal): -2070191 or 5335520. OLE color: 5335520.

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

Color convert

RGB 224 105 81 -
CMYK 0 0.53 0.64 0.12
HSL 10.07º 0.7% 0.6% -
HSV(B) 10.07º 0.64% 0.88% -
XYZ 37.28 26.54 10.94 -
YUV 137.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 224 105 81 0 0.53 0.64 0.12 10.07 0.7 0.6
Hex E0 69 51 0 35 40 C A 46 3C
Octal 340 151 121 0 65 100 14 12 106 74
Binary 11100000 1101001 1010001 0 110101 1000000 1100 1010 1000110 111100

Color Harmonies of #E06951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06951

Black with #E06951

Text Example


Text Example

White with #E06951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06951; }

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

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

background-color css

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

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

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

border-color css

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

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

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