Html Css Color HEX #E06154 Flamingo

📋 copy color: '#E06154'

red 224 ◦ green 97 ◦ blue 84

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

Shades of Flamingo #E06154

Tints of Flamingo #E06154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.95%

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

R = 55.31%
G = 23.95%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06154 (or 0xE06154) is known color: Flamingo. HEX triplet: E0, 61 and 54. RGB value is (224,97,84). Sum of RGB (Red+Green+Blue) = 224+97+84=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E06154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06154 is #1F9EAB. Grayscale: #858585. Windows color (decimal): -2072236 or 5530080. OLE color: 5530080.

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

Color convert

RGB 224 97 84 -
CMYK 0 0.57 0.62 0.12
HSL 5.57º 0.69% 0.6% -
HSV(B) 5.57º 0.63% 0.88% -
XYZ 36.62 25.04 11.29 -
YUV 133.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 224 97 84 0 0.57 0.62 0.12 5.57 0.69 0.6
Hex E0 61 54 0 39 3E C 6 45 3C
Octal 340 141 124 0 71 76 14 6 105 74
Binary 11100000 1100001 1010100 0 111001 111110 1100 110 1000101 111100

Color Harmonies of #E06154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06154

Black with #E06154

Text Example


Text Example

White with #E06154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06154; }

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

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

background-color css

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

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

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

border-color css

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

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

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