Html Css Color HEX #E66445 Flamingo

📋 copy color: '#E66445'

red 230 ◦ green 100 ◦ blue 69

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

Shades of Flamingo #E66445

Tints of Flamingo #E66445

RGB

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

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

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

R = 57.64%
G = 25.06%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E66445 (or 0xE66445) is known color: Flamingo. HEX triplet: E6, 64 and 45. RGB value is (230,100,69). Sum of RGB (Red+Green+Blue) = 230+100+69=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E66445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66445 is #199BBA. Grayscale: #878787. Windows color (decimal): -1678267 or 4547814. OLE color: 4547814.

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

Color convert

RGB 230 100 69 -
CMYK 0 0.57 0.7 0.10
HSL 11.55º 0.76% 0.59% -
HSV(B) 11.55º 0.7% 0.9% -
XYZ 38.26 26.37 8.7 -
YUV 135.34 90.57 195.52 -
System Red Green Blue C M Y K H S L
Decimal 230 100 69 0 0.57 0.7 0.10 11.55 0.76 0.59
Hex E6 64 45 0 39 46 A C 4C 3B
Octal 346 144 105 0 71 106 12 14 114 73
Binary 11100110 1100100 1000101 0 111001 1000110 1010 1100 1001100 111011

Color Harmonies of #E66445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66445

Black with #E66445

Text Example


Text Example

White with #E66445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66445; }

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

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

background-color css

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

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

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

border-color css

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

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

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