Html Css Color HEX #E06253 Flamingo

📋 copy color: '#E06253'

red 224 ◦ green 98 ◦ blue 83

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

Shades of Flamingo #E06253

Tints of Flamingo #E06253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

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

R = 55.31%
G = 24.2%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06253 (or 0xE06253) is known color: Flamingo. HEX triplet: E0, 62 and 53. RGB value is (224,98,83). Sum of RGB (Red+Green+Blue) = 224+98+83=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E06253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06253 is #1F9DAC. Grayscale: #868686. Windows color (decimal): -2071981 or 5464800. OLE color: 5464800.

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

Color convert

RGB 224 98 83 -
CMYK 0 0.56 0.63 0.12
HSL 6.38º 0.69% 0.6% -
HSV(B) 6.38º 0.63% 0.88% -
XYZ 36.67 25.21 11.12 -
YUV 133.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 224 98 83 0 0.56 0.63 0.12 6.38 0.69 0.6
Hex E0 62 53 0 38 3F C 6 45 3C
Octal 340 142 123 0 70 77 14 6 105 74
Binary 11100000 1100010 1010011 0 111000 111111 1100 110 1000101 111100

Color Harmonies of #E06253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06253

Black with #E06253

Text Example


Text Example

White with #E06253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06253; }

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

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

background-color css

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

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

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

border-color css

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

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

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