Html Css Color HEX #E66446 Flamingo

📋 copy color: '#E66446'

red 230 ◦ green 100 ◦ blue 70

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

Shades of Flamingo #E66446

Tints of Flamingo #E66446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 57.5%
G = 25%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E66446 (or 0xE66446) is known color: Flamingo. HEX triplet: E6, 64 and 46. RGB value is (230,100,70). Sum of RGB (Red+Green+Blue) = 230+100+70=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E66446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66446 is #199BB9. Grayscale: #878787. Windows color (decimal): -1678266 or 4613350. OLE color: 4613350.

HSL color Cylindrical-coordinate representation of color #E66446: hue angle of 11.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66446 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 70 -
CMYK 0 0.57 0.70 0.10
HSL 11.25º 0.76% 0.59% -
HSV(B) 11.25º 0.7% 0.9% -
XYZ 38.3 26.38 8.87 -
YUV 135.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 230 100 70 0 0.57 0.70 0.10 11.25 0.76 0.59
Hex E6 64 46 0 39 46 A B 4C 3B
Octal 346 144 106 0 71 106 12 13 114 73
Binary 11100110 1100100 1000110 0 111001 1000110 1010 1011 1001100 111011

Color Harmonies of #E66446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66446

Black with #E66446

Text Example


Text Example

White with #E66446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66446; }

 p { color: rgb(230,100,70); }

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

background-color css

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

 a { background-color: rgb(230,100,70); }

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

border-color css

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

 span { border-color: rgb(230,100,70); }

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