Html Css Color HEX #E06155 Flamingo

📋 copy color: '#E06155'

red 224 ◦ green 97 ◦ blue 85

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

Shades of Flamingo #E06155

Tints of Flamingo #E06155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.89%

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 55.17%
G = 23.89%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06155 (or 0xE06155) is known color: Flamingo. HEX triplet: E0, 61 and 55. RGB value is (224,97,85). Sum of RGB (Red+Green+Blue) = 224+97+85=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E06155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06155 is #1F9EAA. Grayscale: #858585. Windows color (decimal): -2072235 or 5595616. OLE color: 5595616.

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

Color convert

RGB 224 97 85 -
CMYK 0 0.57 0.62 0.12
HSL 5.18º 0.69% 0.61% -
HSV(B) 5.18º 0.62% 0.88% -
XYZ 36.65 25.05 11.5 -
YUV 133.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 224 97 85 0 0.57 0.62 0.12 5.18 0.69 0.61
Hex E0 61 55 0 39 3E C 5 45 3D
Octal 340 141 125 0 71 76 14 5 105 75
Binary 11100000 1100001 1010101 0 111001 111110 1100 101 1000101 111101

Color Harmonies of #E06155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06155

Black with #E06155

Text Example


Text Example

White with #E06155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06155; }

 p { color: rgb(224,97,85); }

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

background-color css

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

 a { background-color: rgb(224,97,85); }

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

border-color css

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

 span { border-color: rgb(224,97,85); }

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