Html Css Color HEX #E06454 Flamingo

📋 copy color: '#E06454'

red 224 ◦ green 100 ◦ blue 84

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

Shades of Flamingo #E06454

Tints of Flamingo #E06454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 54.9%
G = 24.51%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06454 (or 0xE06454) is known color: Flamingo. HEX triplet: E0, 64 and 54. RGB value is (224,100,84). Sum of RGB (Red+Green+Blue) = 224+100+84=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E06454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06454 is #1F9BAB. Grayscale: #878787. Windows color (decimal): -2071468 or 5530848. OLE color: 5530848.

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

Color convert

RGB 224 100 84 -
CMYK 0 0.55 0.62 0.12
HSL 6.86º 0.69% 0.6% -
HSV(B) 6.86º 0.63% 0.88% -
XYZ 36.9 25.6 11.38 -
YUV 135.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 224 100 84 0 0.55 0.62 0.12 6.86 0.69 0.6
Hex E0 64 54 0 37 3E C 7 45 3C
Octal 340 144 124 0 67 76 14 7 105 74
Binary 11100000 1100100 1010100 0 110111 111110 1100 111 1000101 111100

Color Harmonies of #E06454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06454

Black with #E06454

Text Example


Text Example

White with #E06454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06454; }

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

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

background-color css

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

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

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

border-color css

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

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

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