Html Css Color HEX #E05F4D Flamingo

📋 copy color: '#E05F4D'

red 224 ◦ green 95 ◦ blue 77

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

Shades of Flamingo #E05F4D

Tints of Flamingo #E05F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 56.57%
G = 23.99%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E05F4D (or 0xE05F4D) is known color: Flamingo. HEX triplet: E0, 5F and 4D. RGB value is (224,95,77). Sum of RGB (Red+Green+Blue) = 224+95+77=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F4D is #1FA0B2. Grayscale: #838383. Windows color (decimal): -2072755 or 5070816. OLE color: 5070816.

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

Color convert

RGB 224 95 77 -
CMYK 0 0.58 0.66 0.12
HSL 7.35º 0.7% 0.59% -
HSV(B) 7.35º 0.66% 0.88% -
XYZ 36.17 24.57 9.86 -
YUV 131.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 224 95 77 0 0.58 0.66 0.12 7.35 0.7 0.59
Hex E0 5F 4D 0 3A 42 C 7 46 3B
Octal 340 137 115 0 72 102 14 7 106 73
Binary 11100000 1011111 1001101 0 111010 1000010 1100 111 1000110 111011

Color Harmonies of #E05F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F4D

Black with #E05F4D

Text Example


Text Example

White with #E05F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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