Html Css Color HEX #E16953 Flamingo

📋 copy color: '#E16953'

red 225 ◦ green 105 ◦ blue 83

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

Shades of Flamingo #E16953

Tints of Flamingo #E16953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

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

R = 54.48%
G = 25.42%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E16953 (or 0xE16953) is known color: Flamingo. HEX triplet: E1, 69 and 53. RGB value is (225,105,83). Sum of RGB (Red+Green+Blue) = 225+105+83=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E16953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16953 is #1E96AC. Grayscale: #8A8A8A. Windows color (decimal): -2004653 or 5466593. OLE color: 5466593.

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

Color convert

RGB 225 105 83 -
CMYK 0 0.53 0.63 0.12
HSL 9.3º 0.7% 0.6% -
HSV(B) 9.3º 0.63% 0.88% -
XYZ 37.66 26.74 11.36 -
YUV 138.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 225 105 83 0 0.53 0.63 0.12 9.3 0.7 0.6
Hex E1 69 53 0 35 3F C 9 46 3C
Octal 341 151 123 0 65 77 14 11 106 74
Binary 11100001 1101001 1010011 0 110101 111111 1100 1001 1000110 111100

Color Harmonies of #E16953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16953

Black with #E16953

Text Example


Text Example

White with #E16953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16953; }

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

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

background-color css

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

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

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

border-color css

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

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

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