Html Css Color HEX #E85E4F Flamingo

📋 copy color: '#E85E4F'

red 232 ◦ green 94 ◦ blue 79

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

Shades of Flamingo #E85E4F

Tints of Flamingo #E85E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

 BLUE value IS 79 (31.25% from 255) = 19.51%

R = 57.28%
G = 23.21%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E85E4F (or 0xE85E4F) is known color: Flamingo. HEX triplet: E8, 5E and 4F. RGB value is (232,94,79). Sum of RGB (Red+Green+Blue) = 232+94+79=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85E4F is #17A1B0. Grayscale: #858585. Windows color (decimal): -1548721 or 5201640. OLE color: 5201640.

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

Color convert

RGB 232 94 79 -
CMYK 0 0.59 0.66 0.09
HSL 5.88º 0.77% 0.61% -
HSV(B) 5.88º 0.66% 0.91% -
XYZ 38.69 25.73 10.32 -
YUV 133.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 232 94 79 0 0.59 0.66 0.09 5.88 0.77 0.61
Hex E8 5E 4F 0 3B 42 9 6 4D 3D
Octal 350 136 117 0 73 102 11 6 115 75
Binary 11101000 1011110 1001111 0 111011 1000010 1001 110 1001101 111101

Color Harmonies of #E85E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E4F

Black with #E85E4F

Text Example


Text Example

White with #E85E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E4F; }

 p { color: rgb(232,94,79); }

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

background-color css

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

 a { background-color: rgb(232,94,79); }

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

border-color css

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

 span { border-color: rgb(232,94,79); }

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