Html Css Color HEX #E66646 Flamingo

📋 copy color: '#E66646'

red 230 ◦ green 102 ◦ blue 70

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

Shades of Flamingo #E66646

Tints of Flamingo #E66646

RGB

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

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

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

R = 57.21%
G = 25.37%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E66646 (or 0xE66646) is known color: Flamingo. HEX triplet: E6, 66 and 46. RGB value is (230,102,70). Sum of RGB (Red+Green+Blue) = 230+102+70=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E66646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66646 is #1999B9. Grayscale: #888888. Windows color (decimal): -1677754 or 4613862. OLE color: 4613862.

HSL color Cylindrical-coordinate representation of color #E66646: hue angle of 12º 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 #E66646 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 102 70 -
CMYK 0 0.56 0.70 0.10
HSL 12º 0.76% 0.59% -
HSV(B) 12º 0.7% 0.9% -
XYZ 38.49 26.77 8.93 -
YUV 136.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 230 102 70 0 0.56 0.70 0.10 12 0.76 0.59
Hex E6 66 46 0 38 46 A C 4C 3B
Octal 346 146 106 0 70 106 12 14 114 73
Binary 11100110 1100110 1000110 0 111000 1000110 1010 1100 1001100 111011

Color Harmonies of #E66646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66646

Black with #E66646

Text Example


Text Example

White with #E66646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66646; }

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

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

background-color css

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

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

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

border-color css

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

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

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