Html Css Color HEX #E06757 Flamingo

📋 copy color: '#E06757'

red 224 ◦ green 103 ◦ blue 87

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

Shades of Flamingo #E06757

Tints of Flamingo #E06757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.01%

R = 54.11%
G = 24.88%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E06757 (or 0xE06757) is known color: Flamingo. HEX triplet: E0, 67 and 57. RGB value is (224,103,87). Sum of RGB (Red+Green+Blue) = 224+103+87=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E06757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06757 is #1F98A8. Grayscale: #898989. Windows color (decimal): -2070697 or 5728224. OLE color: 5728224.

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

Color convert

RGB 224 103 87 -
CMYK 0 0.54 0.61 0.12
HSL 7.01º 0.69% 0.61% -
HSV(B) 7.01º 0.61% 0.88% -
XYZ 37.31 26.24 12.11 -
YUV 137.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 224 103 87 0 0.54 0.61 0.12 7.01 0.69 0.61
Hex E0 67 57 0 36 3D C 7 45 3D
Octal 340 147 127 0 66 75 14 7 105 75
Binary 11100000 1100111 1010111 0 110110 111101 1100 111 1000101 111101

Color Harmonies of #E06757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06757

Black with #E06757

Text Example


Text Example

White with #E06757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06757; }

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

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

background-color css

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

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

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

border-color css

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

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

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