Html Css Color HEX #E66848 Flamingo

📋 copy color: '#E66848'

red 230 ◦ green 104 ◦ blue 72

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

Shades of Flamingo #E66848

Tints of Flamingo #E66848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 56.65%
G = 25.62%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E66848 (or 0xE66848) is known color: Flamingo. HEX triplet: E6, 68 and 48. RGB value is (230,104,72). Sum of RGB (Red+Green+Blue) = 230+104+72=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E66848 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66848 is #1997B7. Grayscale: #8A8A8A. Windows color (decimal): -1677240 or 4745446. OLE color: 4745446.

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

Color convert

RGB 230 104 72 -
CMYK 0 0.55 0.69 0.10
HSL 12.15º 0.76% 0.59% -
HSV(B) 12.15º 0.69% 0.9% -
XYZ 38.75 27.19 9.34 -
YUV 138.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 230 104 72 0 0.55 0.69 0.10 12.15 0.76 0.59
Hex E6 68 48 0 37 45 A C 4C 3B
Octal 346 150 110 0 67 105 12 14 114 73
Binary 11100110 1101000 1001000 0 110111 1000101 1010 1100 1001100 111011

Color Harmonies of #E66848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66848

Black with #E66848

Text Example


Text Example

White with #E66848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66848; }

 p { color: rgb(230,104,72); }

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

background-color css

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

 a { background-color: rgb(230,104,72); }

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

border-color css

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

 span { border-color: rgb(230,104,72); }

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