Html Css Color HEX #E16B4B Flamingo

📋 copy color: '#E16B4B'

red 225 ◦ green 107 ◦ blue 75

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

Shades of Flamingo #E16B4B

Tints of Flamingo #E16B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 55.28%
G = 26.29%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E16B4B (or 0xE16B4B) is known color: Flamingo. HEX triplet: E1, 6B and 4B. RGB value is (225,107,75). Sum of RGB (Red+Green+Blue) = 225+107+75=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B4B is #1E94B4. Grayscale: #8A8A8A. Windows color (decimal): -2004149 or 4942817. OLE color: 4942817.

HSL color Cylindrical-coordinate representation of color #E16B4B: hue angle of 12.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E16B4B is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 107 75 -
CMYK 0 0.52 0.67 0.12
HSL 12.8º 0.71% 0.59% -
HSV(B) 12.8º 0.67% 0.88% -
XYZ 37.58 27.03 9.89 -
YUV 138.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 225 107 75 0 0.52 0.67 0.12 12.8 0.71 0.59
Hex E1 6B 4B 0 34 43 C D 47 3B
Octal 341 153 113 0 64 103 14 15 107 73
Binary 11100001 1101011 1001011 0 110100 1000011 1100 1101 1000111 111011

Color Harmonies of #E16B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16B4B

Black with #E16B4B

Text Example


Text Example

White with #E16B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16B4B; }

 p { color: rgb(225,107,75); }

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

background-color css

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

 a { background-color: rgb(225,107,75); }

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

border-color css

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

 span { border-color: rgb(225,107,75); }

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