Html Css Color HEX #E06148 Flamingo

📋 copy color: '#E06148'

red 224 ◦ green 97 ◦ blue 72

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

Shades of Flamingo #E06148

Tints of Flamingo #E06148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.68%

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

R = 57%
G = 24.68%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E06148 (or 0xE06148) is known color: Flamingo. HEX triplet: E0, 61 and 48. RGB value is (224,97,72). Sum of RGB (Red+Green+Blue) = 224+97+72=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E06148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06148 is #1F9EB7. Grayscale: #848484. Windows color (decimal): -2072248 or 4743648. OLE color: 4743648.

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

Color convert

RGB 224 97 72 -
CMYK 0 0.57 0.68 0.12
HSL 9.87º 0.71% 0.58% -
HSV(B) 9.87º 0.68% 0.88% -
XYZ 36.18 24.86 9.02 -
YUV 132.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 224 97 72 0 0.57 0.68 0.12 9.87 0.71 0.58
Hex E0 61 48 0 39 44 C A 47 3A
Octal 340 141 110 0 71 104 14 12 107 72
Binary 11100000 1100001 1001000 0 111001 1000100 1100 1010 1000111 111010

Color Harmonies of #E06148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06148

Black with #E06148

Text Example


Text Example

White with #E06148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06148; }

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

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

background-color css

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

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

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

border-color css

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

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

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