Html Css Color HEX #E16253 Flamingo

📋 copy color: '#E16253'

red 225 ◦ green 98 ◦ blue 83

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

Shades of Flamingo #E16253

Tints of Flamingo #E16253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 55.42%
G = 24.14%
B = 20.44%

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

#E16253 (or 0xE16253) is known color: Flamingo. HEX triplet: E1, 62 and 53. RGB value is (225,98,83). Sum of RGB (Red+Green+Blue) = 225+98+83=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E16253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16253 is #1E9DAC. Grayscale: #868686. Windows color (decimal): -2006445 or 5464801. OLE color: 5464801.

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

Color convert

RGB 225 98 83 -
CMYK 0 0.56 0.63 0.12
HSL 6.34º 0.7% 0.6% -
HSV(B) 6.34º 0.63% 0.88% -
XYZ 36.98 25.37 11.13 -
YUV 134.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 225 98 83 0 0.56 0.63 0.12 6.34 0.7 0.6
Hex E1 62 53 0 38 3F C 6 46 3C
Octal 341 142 123 0 70 77 14 6 106 74
Binary 11100001 1100010 1010011 0 111000 111111 1100 110 1000110 111100

Color Harmonies of #E16253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16253

Black with #E16253

Text Example


Text Example

White with #E16253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16253; }

 p { color: rgb(225,98,83); }

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

background-color css

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

 a { background-color: rgb(225,98,83); }

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

border-color css

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

 span { border-color: rgb(225,98,83); }

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