Html Css Color HEX #E16458 Flamingo

📋 copy color: '#E16458'

red 225 ◦ green 100 ◦ blue 88

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

Shades of Flamingo #E16458

Tints of Flamingo #E16458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 54.48%
G = 24.21%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E16458 (or 0xE16458) is known color: Flamingo. HEX triplet: E1, 64 and 58. RGB value is (225,100,88). Sum of RGB (Red+Green+Blue) = 225+100+88=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E16458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16458 is #1E9BA7. Grayscale: #888888. Windows color (decimal): -2005928 or 5792993. OLE color: 5792993.

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

Color convert

RGB 225 100 88 -
CMYK 0 0.56 0.61 0.12
HSL 5.26º 0.7% 0.61% -
HSV(B) 5.26º 0.61% 0.88% -
XYZ 37.37 25.83 12.25 -
YUV 136.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 225 100 88 0 0.56 0.61 0.12 5.26 0.7 0.61
Hex E1 64 58 0 38 3D C 5 46 3D
Octal 341 144 130 0 70 75 14 5 106 75
Binary 11100001 1100100 1011000 0 111000 111101 1100 101 1000110 111101

Color Harmonies of #E16458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16458

Black with #E16458

Text Example


Text Example

White with #E16458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16458; }

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

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

background-color css

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

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

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

border-color css

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

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

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