Html Css Color HEX #E05F51 Flamingo

📋 copy color: '#E05F51'

red 224 ◦ green 95 ◦ blue 81

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

Shades of Flamingo #E05F51

Tints of Flamingo #E05F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 56%
G = 23.75%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05F51 (or 0xE05F51) is known color: Flamingo. HEX triplet: E0, 5F and 51. RGB value is (224,95,81). Sum of RGB (Red+Green+Blue) = 224+95+81=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F51 is #1FA0AE. Grayscale: #848484. Windows color (decimal): -2072751 or 5332960. OLE color: 5332960.

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

Color convert

RGB 224 95 81 -
CMYK 0 0.58 0.64 0.12
HSL 5.87º 0.7% 0.6% -
HSV(B) 5.87º 0.64% 0.88% -
XYZ 36.32 24.63 10.62 -
YUV 131.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 224 95 81 0 0.58 0.64 0.12 5.87 0.7 0.6
Hex E0 5F 51 0 3A 40 C 6 46 3C
Octal 340 137 121 0 72 100 14 6 106 74
Binary 11100000 1011111 1010001 0 111010 1000000 1100 110 1000110 111100

Color Harmonies of #E05F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F51

Black with #E05F51

Text Example


Text Example

White with #E05F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F51; }

 p { color: rgb(224,95,81); }

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

background-color css

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

 a { background-color: rgb(224,95,81); }

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

border-color css

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

 span { border-color: rgb(224,95,81); }

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