Html Css Color HEX #E85244 Flamingo

📋 copy color: '#E85244'

red 232 ◦ green 82 ◦ blue 68

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

Shades of Flamingo #E85244

Tints of Flamingo #E85244

RGB

 RED value IS 232 (91.02% from 255) = 60.73%

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 60.73%
G = 21.47%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E85244 (or 0xE85244) is known color: Flamingo. HEX triplet: E8, 52 and 44. RGB value is (232,82,68). Sum of RGB (Red+Green+Blue) = 232+82+68=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E85244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85244 is #17ADBB. Grayscale: #7D7D7D. Windows color (decimal): -1551804 or 4477672. OLE color: 4477672.

HSL color Cylindrical-coordinate representation of color #E85244: hue angle of 5.12º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E85244 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 68 -
CMYK 0 0.65 0.71 0.09
HSL 5.12º 0.78% 0.59% -
HSV(B) 5.12º 0.71% 0.91% -
XYZ 37.34 23.61 8.06 -
YUV 125.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 232 82 68 0 0.65 0.71 0.09 5.12 0.78 0.59
Hex E8 52 44 0 41 47 9 5 4E 3B
Octal 350 122 104 0 101 107 11 5 116 73
Binary 11101000 1010010 1000100 0 1000001 1000111 1001 101 1001110 111011

Color Harmonies of #E85244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85244

Black with #E85244

Text Example


Text Example

White with #E85244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85244; }

 p { color: rgb(232,82,68); }

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

background-color css

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

 a { background-color: rgb(232,82,68); }

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

border-color css

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

 span { border-color: rgb(232,82,68); }

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