Html Css Color HEX #E06648 Flamingo

📋 copy color: '#E06648'

red 224 ◦ green 102 ◦ blue 72

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

Shades of Flamingo #E06648

Tints of Flamingo #E06648

RGB

 RED value IS 224 (87.89% from 255) = 56.28%

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

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

R = 56.28%
G = 25.63%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E06648 (or 0xE06648) is known color: Flamingo. HEX triplet: E0, 66 and 48. RGB value is (224,102,72). Sum of RGB (Red+Green+Blue) = 224+102+72=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E06648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06648 is #1F99B7. Grayscale: #878787. Windows color (decimal): -2070968 or 4744928. OLE color: 4744928.

HSL color Cylindrical-coordinate representation of color #E06648: hue angle of 11.84º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E06648 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 72 -
CMYK 0 0.54 0.68 0.12
HSL 11.84º 0.71% 0.58% -
HSV(B) 11.84º 0.68% 0.88% -
XYZ 36.66 25.82 9.18 -
YUV 135.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 224 102 72 0 0.54 0.68 0.12 11.84 0.71 0.58
Hex E0 66 48 0 36 44 C C 47 3A
Octal 340 146 110 0 66 104 14 14 107 72
Binary 11100000 1100110 1001000 0 110110 1000100 1100 1100 1000111 111010

Color Harmonies of #E06648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06648

Black with #E06648

Text Example


Text Example

White with #E06648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06648; }

 p { color: rgb(224,102,72); }

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

background-color css

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

 a { background-color: rgb(224,102,72); }

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

border-color css

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

 span { border-color: rgb(224,102,72); }

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