Html Css Color HEX #E85F3F Flamingo

📋 copy color: '#E85F3F'

red 232 ◦ green 95 ◦ blue 63

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

Shades of Flamingo #E85F3F

Tints of Flamingo #E85F3F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.36%

 BLUE value IS 63 (25% from 255) = 16.15%

R = 59.49%
G = 24.36%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E85F3F (or 0xE85F3F) is known color: Flamingo. HEX triplet: E8, 5F and 3F. RGB value is (232,95,63). Sum of RGB (Red+Green+Blue) = 232+95+63=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F3F is #17A0C0. Grayscale: #848484. Windows color (decimal): -1548481 or 4153320. OLE color: 4153320.

HSL color Cylindrical-coordinate representation of color #E85F3F: hue angle of 11.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E85F3F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 95 63 -
CMYK 0 0.59 0.73 0.09
HSL 11.36º 0.79% 0.58% -
HSV(B) 11.36º 0.73% 0.91% -
XYZ 38.27 25.7 7.65 -
YUV 132.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 232 95 63 0 0.59 0.73 0.09 11.36 0.79 0.58
Hex E8 5F 3F 0 3B 49 9 B 4F 3A
Octal 350 137 77 0 73 111 11 13 117 72
Binary 11101000 1011111 111111 0 111011 1001001 1001 1011 1001111 111010

Color Harmonies of #E85F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F3F

Black with #E85F3F

Text Example


Text Example

White with #E85F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F3F; }

 p { color: rgb(232,95,63); }

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

background-color css

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

 a { background-color: rgb(232,95,63); }

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

border-color css

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

 span { border-color: rgb(232,95,63); }

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