Html Css Color HEX #E16645 Flamingo

📋 copy color: '#E16645'

red 225 ◦ green 102 ◦ blue 69

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

Shades of Flamingo #E16645

Tints of Flamingo #E16645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.76%

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 56.82%
G = 25.76%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E16645 (or 0xE16645) is known color: Flamingo. HEX triplet: E1, 66 and 45. RGB value is (225,102,69). Sum of RGB (Red+Green+Blue) = 225+102+69=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E16645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16645 is #1E99BA. Grayscale: #878787. Windows color (decimal): -2005435 or 4548321. OLE color: 4548321.

HSL color Cylindrical-coordinate representation of color #E16645: hue angle of 12.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E16645 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 102 69 -
CMYK 0 0.55 0.69 0.12
HSL 12.69º 0.72% 0.58% -
HSV(B) 12.69º 0.69% 0.88% -
XYZ 36.88 25.94 8.69 -
YUV 135.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 225 102 69 0 0.55 0.69 0.12 12.69 0.72 0.58
Hex E1 66 45 0 37 45 C D 48 3A
Octal 341 146 105 0 67 105 14 15 110 72
Binary 11100001 1100110 1000101 0 110111 1000101 1100 1101 1001000 111010

Color Harmonies of #E16645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16645

Black with #E16645

Text Example


Text Example

White with #E16645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16645; }

 p { color: rgb(225,102,69); }

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

background-color css

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

 a { background-color: rgb(225,102,69); }

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

border-color css

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

 span { border-color: rgb(225,102,69); }

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