Html Css Color HEX #E06053 Flamingo

📋 copy color: '#E06053'

red 224 ◦ green 96 ◦ blue 83

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

Shades of Flamingo #E06053

Tints of Flamingo #E06053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 55.58%
G = 23.82%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06053 (or 0xE06053) is known color: Flamingo. HEX triplet: E0, 60 and 53. RGB value is (224,96,83). Sum of RGB (Red+Green+Blue) = 224+96+83=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E06053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06053 is #1F9FAC. Grayscale: #848484. Windows color (decimal): -2072493 or 5464288. OLE color: 5464288.

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

Color convert

RGB 224 96 83 -
CMYK 0 0.57 0.63 0.12
HSL 5.53º 0.69% 0.6% -
HSV(B) 5.53º 0.63% 0.88% -
XYZ 36.48 24.84 11.05 -
YUV 132.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 224 96 83 0 0.57 0.63 0.12 5.53 0.69 0.6
Hex E0 60 53 0 39 3F C 6 45 3C
Octal 340 140 123 0 71 77 14 6 105 74
Binary 11100000 1100000 1010011 0 111001 111111 1100 110 1000101 111100

Color Harmonies of #E06053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06053

Black with #E06053

Text Example


Text Example

White with #E06053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06053; }

 p { color: rgb(224,96,83); }

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

background-color css

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

 a { background-color: rgb(224,96,83); }

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

border-color css

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

 span { border-color: rgb(224,96,83); }

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