Html Css Color HEX #E85D52 Flamingo

📋 copy color: '#E85D52'

red 232 ◦ green 93 ◦ blue 82

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

Shades of Flamingo #E85D52

Tints of Flamingo #E85D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

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

R = 57%
G = 22.85%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E85D52 (or 0xE85D52) is known color: Flamingo. HEX triplet: E8, 5D and 52. RGB value is (232,93,82). Sum of RGB (Red+Green+Blue) = 232+93+82=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D52 is #17A2AD. Grayscale: #858585. Windows color (decimal): -1548974 or 5397992. OLE color: 5397992.

HSL color Cylindrical-coordinate representation of color #E85D52: hue angle of 4.4º 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 #E85D52 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 82 -
CMYK 0 0.60 0.65 0.09
HSL 4.4º 0.77% 0.62% -
HSV(B) 4.4º 0.65% 0.91% -
XYZ 38.72 25.59 10.88 -
YUV 133.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 232 93 82 0 0.60 0.65 0.09 4.4 0.77 0.62
Hex E8 5D 52 0 3C 41 9 4 4D 3E
Octal 350 135 122 0 74 101 11 4 115 76
Binary 11101000 1011101 1010010 0 111100 1000001 1001 100 1001101 111110

Color Harmonies of #E85D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D52

Black with #E85D52

Text Example


Text Example

White with #E85D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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