Html Css Color HEX #E16654 Flamingo

📋 copy color: '#E16654'

red 225 ◦ green 102 ◦ blue 84

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

Shades of Flamingo #E16654

Tints of Flamingo #E16654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 54.74%
G = 24.82%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E16654 (or 0xE16654) is known color: Flamingo. HEX triplet: E1, 66 and 54. RGB value is (225,102,84). Sum of RGB (Red+Green+Blue) = 225+102+84=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E16654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16654 is #1E99AB. Grayscale: #888888. Windows color (decimal): -2005420 or 5531361. OLE color: 5531361.

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

Color convert

RGB 225 102 84 -
CMYK 0 0.55 0.63 0.12
HSL 7.66º 0.7% 0.61% -
HSV(B) 7.66º 0.63% 0.88% -
XYZ 37.4 26.15 11.46 -
YUV 136.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 225 102 84 0 0.55 0.63 0.12 7.66 0.7 0.61
Hex E1 66 54 0 37 3F C 8 46 3D
Octal 341 146 124 0 67 77 14 10 106 75
Binary 11100001 1100110 1010100 0 110111 111111 1100 1000 1000110 111101

Color Harmonies of #E16654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16654

Black with #E16654

Text Example


Text Example

White with #E16654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16654; }

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

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

background-color css

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

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

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

border-color css

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

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

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