Html Css Color HEX #E06252 Flamingo

📋 copy color: '#E06252'

red 224 ◦ green 98 ◦ blue 82

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

Shades of Flamingo #E06252

Tints of Flamingo #E06252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 55.45%
G = 24.26%
B = 20.3%

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

#E06252 (or 0xE06252) is known color: Flamingo. HEX triplet: E0, 62 and 52. RGB value is (224,98,82). Sum of RGB (Red+Green+Blue) = 224+98+82=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E06252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06252 is #1F9DAD. Grayscale: #868686. Windows color (decimal): -2071982 or 5399264. OLE color: 5399264.

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

Color convert

RGB 224 98 82 -
CMYK 0 0.56 0.63 0.12
HSL 6.76º 0.7% 0.6% -
HSV(B) 6.76º 0.63% 0.88% -
XYZ 36.63 25.19 10.91 -
YUV 133.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 224 98 82 0 0.56 0.63 0.12 6.76 0.7 0.6
Hex E0 62 52 0 38 3F C 7 46 3C
Octal 340 142 122 0 70 77 14 7 106 74
Binary 11100000 1100010 1010010 0 111000 111111 1100 111 1000110 111100

Color Harmonies of #E06252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06252

Black with #E06252

Text Example


Text Example

White with #E06252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06252; }

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

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

background-color css

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

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

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

border-color css

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

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

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