Html Css Color HEX #E66156 Flamingo

📋 copy color: '#E66156'

red 230 ◦ green 97 ◦ blue 86

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

Shades of Flamingo #E66156

Tints of Flamingo #E66156

RGB

 RED value IS 230 (90.23% from 255) = 55.69%

 GREEN value IS 97 (38.28% from 255) = 23.49%

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 55.69%
G = 23.49%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E66156 (or 0xE66156) is known color: Flamingo. HEX triplet: E6, 61 and 56. RGB value is (230,97,86). Sum of RGB (Red+Green+Blue) = 230+97+86=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E66156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66156 is #199EA9. Grayscale: #878787. Windows color (decimal): -1679018 or 5661158. OLE color: 5661158.

HSL color Cylindrical-coordinate representation of color #E66156: hue angle of 4.58º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E66156 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 97 86 -
CMYK 0 0.58 0.63 0.10
HSL 4.58º 0.74% 0.62% -
HSV(B) 4.58º 0.63% 0.9% -
XYZ 38.59 26.04 11.8 -
YUV 135.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 230 97 86 0 0.58 0.63 0.10 4.58 0.74 0.62
Hex E6 61 56 0 3A 3F A 5 4A 3E
Octal 346 141 126 0 72 77 12 5 112 76
Binary 11100110 1100001 1010110 0 111010 111111 1010 101 1001010 111110

Color Harmonies of #E66156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66156

Black with #E66156

Text Example


Text Example

White with #E66156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66156; }

 p { color: rgb(230,97,86); }

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

background-color css

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

 a { background-color: rgb(230,97,86); }

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

border-color css

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

 span { border-color: rgb(230,97,86); }

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