Html Css Color HEX #E05F4F Flamingo

📋 copy color: '#E05F4F'

red 224 ◦ green 95 ◦ blue 79

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

Shades of Flamingo #E05F4F

Tints of Flamingo #E05F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 56.28%
G = 23.87%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E05F4F (or 0xE05F4F) is known color: Flamingo. HEX triplet: E0, 5F and 4F. RGB value is (224,95,79). Sum of RGB (Red+Green+Blue) = 224+95+79=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F4F is #1FA0B0. Grayscale: #838383. Windows color (decimal): -2072753 or 5201888. OLE color: 5201888.

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

Color convert

RGB 224 95 79 -
CMYK 0 0.58 0.65 0.12
HSL 6.62º 0.7% 0.59% -
HSV(B) 6.62º 0.65% 0.88% -
XYZ 36.24 24.6 10.23 -
YUV 131.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 224 95 79 0 0.58 0.65 0.12 6.62 0.7 0.59
Hex E0 5F 4F 0 3A 41 C 7 46 3B
Octal 340 137 117 0 72 101 14 7 106 73
Binary 11100000 1011111 1001111 0 111010 1000001 1100 111 1000110 111011

Color Harmonies of #E05F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F4F

Black with #E05F4F

Text Example


Text Example

White with #E05F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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