Html Css Color HEX #E16054 Flamingo

📋 copy color: '#E16054'

red 225 ◦ green 96 ◦ blue 84

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

Shades of Flamingo #E16054

Tints of Flamingo #E16054

RGB

 RED value IS 225 (88.28% from 255) = 55.56%

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 55.56%
G = 23.7%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E16054 (or 0xE16054) is known color: Flamingo. HEX triplet: E1, 60 and 54. RGB value is (225,96,84). Sum of RGB (Red+Green+Blue) = 225+96+84=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E16054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16054 is #1E9FAB. Grayscale: #858585. Windows color (decimal): -2006956 or 5529825. OLE color: 5529825.

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

Color convert

RGB 225 96 84 -
CMYK 0 0.57 0.63 0.12
HSL 5.11º 0.7% 0.61% -
HSV(B) 5.11º 0.63% 0.88% -
XYZ 36.83 25.01 11.27 -
YUV 133.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 225 96 84 0 0.57 0.63 0.12 5.11 0.7 0.61
Hex E1 60 54 0 39 3F C 5 46 3D
Octal 341 140 124 0 71 77 14 5 106 75
Binary 11100001 1100000 1010100 0 111001 111111 1100 101 1000110 111101

Color Harmonies of #E16054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16054

Black with #E16054

Text Example


Text Example

White with #E16054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16054; }

 p { color: rgb(225,96,84); }

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

background-color css

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

 a { background-color: rgb(225,96,84); }

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

border-color css

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

 span { border-color: rgb(225,96,84); }

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