Html Css Color HEX #E85A3F Flamingo

📋 copy color: '#E85A3F'

red 232 ◦ green 90 ◦ blue 63

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

Shades of Flamingo #E85A3F

Tints of Flamingo #E85A3F

RGB

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

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

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

R = 60.26%
G = 23.38%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E85A3F (or 0xE85A3F) is known color: Flamingo. HEX triplet: E8, 5A and 3F. RGB value is (232,90,63). Sum of RGB (Red+Green+Blue) = 232+90+63=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A3F is #17A5C0. Grayscale: #818181. Windows color (decimal): -1549761 or 4152040. OLE color: 4152040.

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

Color convert

RGB 232 90 63 -
CMYK 0 0.61 0.73 0.09
HSL 9.59º 0.79% 0.58% -
HSV(B) 9.59º 0.73% 0.91% -
XYZ 37.83 24.83 7.5 -
YUV 129.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 232 90 63 0 0.61 0.73 0.09 9.59 0.79 0.58
Hex E8 5A 3F 0 3D 49 9 A 4F 3A
Octal 350 132 77 0 75 111 11 12 117 72
Binary 11101000 1011010 111111 0 111101 1001001 1001 1010 1001111 111010

Color Harmonies of #E85A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A3F

Black with #E85A3F

Text Example


Text Example

White with #E85A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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