Html Css Color HEX #E85854 Flamingo

📋 copy color: '#E85854'

red 232 ◦ green 88 ◦ blue 84

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

Shades of Flamingo #E85854

Tints of Flamingo #E85854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

 BLUE value IS 84 (33.2% from 255) = 20.79%

R = 57.43%
G = 21.78%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E85854 (or 0xE85854) is known color: Flamingo. HEX triplet: E8, 58 and 54. RGB value is (232,88,84). Sum of RGB (Red+Green+Blue) = 232+88+84=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E85854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85854 is #17A7AB. Grayscale: #828282. Windows color (decimal): -1550252 or 5527784. OLE color: 5527784.

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

Color convert

RGB 232 88 84 -
CMYK 0 0.62 0.64 0.09
HSL 1.62º 0.76% 0.62% -
HSV(B) 1.62º 0.64% 0.91% -
XYZ 38.37 24.78 11.15 -
YUV 130.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 232 88 84 0 0.62 0.64 0.09 1.62 0.76 0.62
Hex E8 58 54 0 3E 40 9 2 4C 3E
Octal 350 130 124 0 76 100 11 2 114 76
Binary 11101000 1011000 1010100 0 111110 1000000 1001 10 1001100 111110

Color Harmonies of #E85854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85854

Black with #E85854

Text Example


Text Example

White with #E85854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85854; }

 p { color: rgb(232,88,84); }

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

background-color css

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

 a { background-color: rgb(232,88,84); }

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

border-color css

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

 span { border-color: rgb(232,88,84); }

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