Html Css Color HEX #E85A4C Flamingo

📋 copy color: '#E85A4C'

red 232 ◦ green 90 ◦ blue 76

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

Shades of Flamingo #E85A4C

Tints of Flamingo #E85A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

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

R = 58.29%
G = 22.61%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E85A4C (or 0xE85A4C) is known color: Flamingo. HEX triplet: E8, 5A and 4C. RGB value is (232,90,76). Sum of RGB (Red+Green+Blue) = 232+90+76=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A4C is #17A5B3. Grayscale: #838383. Windows color (decimal): -1549748 or 5004008. OLE color: 5004008.

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

Color convert

RGB 232 90 76 -
CMYK 0 0.61 0.67 0.09
HSL 5.38º 0.77% 0.6% -
HSV(B) 5.38º 0.67% 0.91% -
XYZ 38.24 24.99 9.65 -
YUV 130.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 232 90 76 0 0.61 0.67 0.09 5.38 0.77 0.6
Hex E8 5A 4C 0 3D 43 9 5 4D 3C
Octal 350 132 114 0 75 103 11 5 115 74
Binary 11101000 1011010 1001100 0 111101 1000011 1001 101 1001101 111100

Color Harmonies of #E85A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A4C

Black with #E85A4C

Text Example


Text Example

White with #E85A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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