Html Css Color HEX #E85352 Flamingo

📋 copy color: '#E85352'

red 232 ◦ green 83 ◦ blue 82

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

Shades of Flamingo #E85352

Tints of Flamingo #E85352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

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

R = 58.44%
G = 20.91%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E85352 (or 0xE85352) is known color: Flamingo. HEX triplet: E8, 53 and 52. RGB value is (232,83,82). Sum of RGB (Red+Green+Blue) = 232+83+82=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E85352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85352 is #17ACAD. Grayscale: #7F7F7F. Windows color (decimal): -1551534 or 5395432. OLE color: 5395432.

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

Color convert

RGB 232 83 82 -
CMYK 0 0.64 0.65 0.09
HSL 0.4º 0.77% 0.62% -
HSV(B) 0.4º 0.65% 0.91% -
XYZ 37.89 23.95 10.61 -
YUV 127.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 232 83 82 0 0.64 0.65 0.09 0.4 0.77 0.62
Hex E8 53 52 0 40 41 9 0 4D 3E
Octal 350 123 122 0 100 101 11 0 115 76
Binary 11101000 1010011 1010010 0 1000000 1000001 1001 0 1001101 111110

Color Harmonies of #E85352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85352

Black with #E85352

Text Example


Text Example

White with #E85352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85352; }

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

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

background-color css

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

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

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

border-color css

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

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

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