Html Css Color HEX #E85C4C Flamingo

📋 copy color: '#E85C4C'

red 232 ◦ green 92 ◦ blue 76

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

Shades of Flamingo #E85C4C

Tints of Flamingo #E85C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23%

 BLUE value IS 76 (30.08% from 255) = 19%

R = 58%
G = 23%
B = 19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E85C4C (or 0xE85C4C) is known color: Flamingo. HEX triplet: E8, 5C and 4C. RGB value is (232,92,76). Sum of RGB (Red+Green+Blue) = 232+92+76=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C4C is #17A3B3. Grayscale: #848484. Windows color (decimal): -1549236 or 5004520. OLE color: 5004520.

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

Color convert

RGB 232 92 76 -
CMYK 0 0.60 0.67 0.09
HSL 6.15º 0.77% 0.6% -
HSV(B) 6.15º 0.67% 0.91% -
XYZ 38.41 25.33 9.7 -
YUV 132.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 232 92 76 0 0.60 0.67 0.09 6.15 0.77 0.6
Hex E8 5C 4C 0 3C 43 9 6 4D 3C
Octal 350 134 114 0 74 103 11 6 115 74
Binary 11101000 1011100 1001100 0 111100 1000011 1001 110 1001101 111100

Color Harmonies of #E85C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C4C

Black with #E85C4C

Text Example


Text Example

White with #E85C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C4C; }

 p { color: rgb(232,92,76); }

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

background-color css

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

 a { background-color: rgb(232,92,76); }

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

border-color css

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

 span { border-color: rgb(232,92,76); }

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