Html Css Color HEX #E06451 Flamingo

📋 copy color: '#E06451'

red 224 ◦ green 100 ◦ blue 81

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

Shades of Flamingo #E06451

Tints of Flamingo #E06451

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 55.31%
G = 24.69%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06451 (or 0xE06451) is known color: Flamingo. HEX triplet: E0, 64 and 51. RGB value is (224,100,81). Sum of RGB (Red+Green+Blue) = 224+100+81=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E06451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06451 is #1F9BAE. Grayscale: #878787. Windows color (decimal): -2071471 or 5334240. OLE color: 5334240.

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

Color convert

RGB 224 100 81 -
CMYK 0 0.55 0.64 0.12
HSL 7.97º 0.7% 0.6% -
HSV(B) 7.97º 0.64% 0.88% -
XYZ 36.78 25.56 10.78 -
YUV 134.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 224 100 81 0 0.55 0.64 0.12 7.97 0.7 0.6
Hex E0 64 51 0 37 40 C 8 46 3C
Octal 340 144 121 0 67 100 14 10 106 74
Binary 11100000 1100100 1010001 0 110111 1000000 1100 1000 1000110 111100

Color Harmonies of #E06451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06451

Black with #E06451

Text Example


Text Example

White with #E06451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06451; }

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

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

background-color css

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

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

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

border-color css

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

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

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