Html Css Color HEX #E16454 Flamingo

📋 copy color: '#E16454'

red 225 ◦ green 100 ◦ blue 84

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

Shades of Flamingo #E16454

Tints of Flamingo #E16454

RGB

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

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

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

R = 55.01%
G = 24.45%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E16454 (or 0xE16454) is known color: Flamingo. HEX triplet: E1, 64 and 54. RGB value is (225,100,84). Sum of RGB (Red+Green+Blue) = 225+100+84=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E16454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16454 is #1E9BAB. Grayscale: #878787. Windows color (decimal): -2005932 or 5530849. OLE color: 5530849.

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

Color convert

RGB 225 100 84 -
CMYK 0 0.56 0.63 0.12
HSL 6.81º 0.7% 0.61% -
HSV(B) 6.81º 0.63% 0.88% -
XYZ 37.21 25.76 11.4 -
YUV 135.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 225 100 84 0 0.56 0.63 0.12 6.81 0.7 0.61
Hex E1 64 54 0 38 3F C 7 46 3D
Octal 341 144 124 0 70 77 14 7 106 75
Binary 11100001 1100100 1010100 0 111000 111111 1100 111 1000110 111101

Color Harmonies of #E16454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16454

Black with #E16454

Text Example


Text Example

White with #E16454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16454; }

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

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

background-color css

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

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

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

border-color css

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

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

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