Html Css Color HEX #E06748 Flamingo

📋 copy color: '#E06748'

red 224 ◦ green 103 ◦ blue 72

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

Shades of Flamingo #E06748

Tints of Flamingo #E06748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.81%

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

R = 56.14%
G = 25.81%
B = 18.05%

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

#E06748 (or 0xE06748) is known color: Flamingo. HEX triplet: E0, 67 and 48. RGB value is (224,103,72). Sum of RGB (Red+Green+Blue) = 224+103+72=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E06748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06748 is #1F98B7. Grayscale: #878787. Windows color (decimal): -2070712 or 4745184. OLE color: 4745184.

HSL color Cylindrical-coordinate representation of color #E06748: hue angle of 12.24º 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 #E06748 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 103 72 -
CMYK 0 0.54 0.68 0.12
HSL 12.24º 0.71% 0.58% -
HSV(B) 12.24º 0.68% 0.88% -
XYZ 36.76 26.02 9.21 -
YUV 135.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 224 103 72 0 0.54 0.68 0.12 12.24 0.71 0.58
Hex E0 67 48 0 36 44 C C 47 3A
Octal 340 147 110 0 66 104 14 14 107 72
Binary 11100000 1100111 1001000 0 110110 1000100 1100 1100 1000111 111010

Color Harmonies of #E06748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06748

Black with #E06748

Text Example


Text Example

White with #E06748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06748; }

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

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

background-color css

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

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

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

border-color css

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

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

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