Html Css Color HEX #E66248 Flamingo

📋 copy color: '#E66248'

red 230 ◦ green 98 ◦ blue 72

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

Shades of Flamingo #E66248

Tints of Flamingo #E66248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

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

R = 57.5%
G = 24.5%
B = 18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E66248 (or 0xE66248) is known color: Flamingo. HEX triplet: E6, 62 and 48. RGB value is (230,98,72). Sum of RGB (Red+Green+Blue) = 230+98+72=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E66248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66248 is #199DB7. Grayscale: #868686. Windows color (decimal): -1678776 or 4743910. OLE color: 4743910.

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

Color convert

RGB 230 98 72 -
CMYK 0 0.57 0.69 0.10
HSL 9.87º 0.76% 0.59% -
HSV(B) 9.87º 0.69% 0.9% -
XYZ 38.17 26.03 9.14 -
YUV 134.5 92.73 196.11 -
System Red Green Blue C M Y K H S L
Decimal 230 98 72 0 0.57 0.69 0.10 9.87 0.76 0.59
Hex E6 62 48 0 39 45 A A 4C 3B
Octal 346 142 110 0 71 105 12 12 114 73
Binary 11100110 1100010 1001000 0 111001 1000101 1010 1010 1001100 111011

Color Harmonies of #E66248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66248

Black with #E66248

Text Example


Text Example

White with #E66248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66248; }

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

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

background-color css

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

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

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

border-color css

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

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

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