Html Css Color HEX #E06754 Flamingo

📋 copy color: '#E06754'

red 224 ◦ green 103 ◦ blue 84

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

Shades of Flamingo #E06754

Tints of Flamingo #E06754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 54.5%
G = 25.06%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06754 (or 0xE06754) is known color: Flamingo. HEX triplet: E0, 67 and 54. RGB value is (224,103,84). Sum of RGB (Red+Green+Blue) = 224+103+84=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E06754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06754 is #1F98AB. Grayscale: #898989. Windows color (decimal): -2070700 or 5531616. OLE color: 5531616.

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

Color convert

RGB 224 103 84 -
CMYK 0 0.54 0.62 0.12
HSL 8.14º 0.69% 0.6% -
HSV(B) 8.14º 0.63% 0.88% -
XYZ 37.19 26.19 11.48 -
YUV 137.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 224 103 84 0 0.54 0.62 0.12 8.14 0.69 0.6
Hex E0 67 54 0 36 3E C 8 45 3C
Octal 340 147 124 0 66 76 14 10 105 74
Binary 11100000 1100111 1010100 0 110110 111110 1100 1000 1000101 111100

Color Harmonies of #E06754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06754

Black with #E06754

Text Example


Text Example

White with #E06754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06754; }

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

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

background-color css

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

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

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

border-color css

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

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

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