Html Css Color HEX #E06957 Flamingo

📋 copy color: '#E06957'

red 224 ◦ green 105 ◦ blue 87

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

Shades of Flamingo #E06957

Tints of Flamingo #E06957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

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

R = 53.85%
G = 25.24%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E06957 (or 0xE06957) is known color: Flamingo. HEX triplet: E0, 69 and 57. RGB value is (224,105,87). Sum of RGB (Red+Green+Blue) = 224+105+87=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E06957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06957 is #1F96A8. Grayscale: #8A8A8A. Windows color (decimal): -2070185 or 5728736. OLE color: 5728736.

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

Color convert

RGB 224 105 87 -
CMYK 0 0.53 0.61 0.12
HSL 7.88º 0.69% 0.61% -
HSV(B) 7.88º 0.61% 0.88% -
XYZ 37.51 26.64 12.18 -
YUV 138.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 224 105 87 0 0.53 0.61 0.12 7.88 0.69 0.61
Hex E0 69 57 0 35 3D C 8 45 3D
Octal 340 151 127 0 65 75 14 10 105 75
Binary 11100000 1101001 1010111 0 110101 111101 1100 1000 1000101 111101

Color Harmonies of #E06957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06957

Black with #E06957

Text Example


Text Example

White with #E06957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06957; }

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

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

background-color css

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

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

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

border-color css

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

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

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