Html Css Color HEX #E06750 Flamingo

📋 copy color: '#E06750'

red 224 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #E06750

Tints of Flamingo #E06750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 55.04%
G = 25.31%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06750 (or 0xE06750) is known color: Flamingo. HEX triplet: E0, 67 and 50. RGB value is (224,103,80). Sum of RGB (Red+Green+Blue) = 224+103+80=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E06750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06750 is #1F98AF. Grayscale: #888888. Windows color (decimal): -2070704 or 5269472. OLE color: 5269472.

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

Color convert

RGB 224 103 80 -
CMYK 0 0.54 0.64 0.12
HSL 9.58º 0.7% 0.6% -
HSV(B) 9.58º 0.64% 0.88% -
XYZ 37.04 26.13 10.68 -
YUV 136.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 224 103 80 0 0.54 0.64 0.12 9.58 0.7 0.6
Hex E0 67 50 0 36 40 C A 46 3C
Octal 340 147 120 0 66 100 14 12 106 74
Binary 11100000 1100111 1010000 0 110110 1000000 1100 1010 1000110 111100

Color Harmonies of #E06750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06750

Black with #E06750

Text Example


Text Example

White with #E06750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06750; }

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

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

background-color css

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

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

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

border-color css

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

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

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