Html Css Color HEX #E85F52 Flamingo

📋 copy color: '#E85F52'

red 232 ◦ green 95 ◦ blue 82

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

Shades of Flamingo #E85F52

Tints of Flamingo #E85F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

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

R = 56.72%
G = 23.23%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E85F52 (or 0xE85F52) is known color: Flamingo. HEX triplet: E8, 5F and 52. RGB value is (232,95,82). Sum of RGB (Red+Green+Blue) = 232+95+82=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F52 is #17A0AD. Grayscale: #868686. Windows color (decimal): -1548462 or 5398504. OLE color: 5398504.

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

Color convert

RGB 232 95 82 -
CMYK 0 0.59 0.65 0.09
HSL 5.2º 0.77% 0.62% -
HSV(B) 5.2º 0.65% 0.91% -
XYZ 38.89 25.95 10.94 -
YUV 134.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 232 95 82 0 0.59 0.65 0.09 5.2 0.77 0.62
Hex E8 5F 52 0 3B 41 9 5 4D 3E
Octal 350 137 122 0 73 101 11 5 115 76
Binary 11101000 1011111 1010010 0 111011 1000001 1001 101 1001101 111110

Color Harmonies of #E85F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F52

Black with #E85F52

Text Example


Text Example

White with #E85F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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