Html Css Color HEX #E16354 Flamingo

📋 copy color: '#E16354'

red 225 ◦ green 99 ◦ blue 84

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

Shades of Flamingo #E16354

Tints of Flamingo #E16354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

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

R = 55.15%
G = 24.26%
B = 20.59%

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

#E16354 (or 0xE16354) is known color: Flamingo. HEX triplet: E1, 63 and 54. RGB value is (225,99,84). Sum of RGB (Red+Green+Blue) = 225+99+84=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16354 is #1E9CAB. Grayscale: #878787. Windows color (decimal): -2006188 or 5530593. OLE color: 5530593.

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

Color convert

RGB 225 99 84 -
CMYK 0 0.56 0.63 0.12
HSL 6.38º 0.7% 0.61% -
HSV(B) 6.38º 0.63% 0.88% -
XYZ 37.11 25.57 11.37 -
YUV 134.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 225 99 84 0 0.56 0.63 0.12 6.38 0.7 0.61
Hex E1 63 54 0 38 3F C 6 46 3D
Octal 341 143 124 0 70 77 14 6 106 75
Binary 11100001 1100011 1010100 0 111000 111111 1100 110 1000110 111101

Color Harmonies of #E16354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16354

Black with #E16354

Text Example


Text Example

White with #E16354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16354; }

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

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

background-color css

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

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

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

border-color css

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

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

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