Html Css Color HEX #E85D4F Flamingo

📋 copy color: '#E85D4F'

red 232 ◦ green 93 ◦ blue 79

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

Shades of Flamingo #E85D4F

Tints of Flamingo #E85D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

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

R = 57.43%
G = 23.02%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E85D4F (or 0xE85D4F) is known color: Flamingo. HEX triplet: E8, 5D and 4F. RGB value is (232,93,79). Sum of RGB (Red+Green+Blue) = 232+93+79=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D4F is #17A2B0. Grayscale: #858585. Windows color (decimal): -1548977 or 5201384. OLE color: 5201384.

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

Color convert

RGB 232 93 79 -
CMYK 0 0.60 0.66 0.09
HSL 5.49º 0.77% 0.61% -
HSV(B) 5.49º 0.66% 0.91% -
XYZ 38.6 25.55 10.29 -
YUV 132.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 232 93 79 0 0.60 0.66 0.09 5.49 0.77 0.61
Hex E8 5D 4F 0 3C 42 9 5 4D 3D
Octal 350 135 117 0 74 102 11 5 115 75
Binary 11101000 1011101 1001111 0 111100 1000010 1001 101 1001101 111101

Color Harmonies of #E85D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D4F

Black with #E85D4F

Text Example


Text Example

White with #E85D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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