Html Css Color HEX #E85F5A Flamingo

📋 copy color: '#E85F5A'

red 232 ◦ green 95 ◦ blue 90

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

Shades of Flamingo #E85F5A

Tints of Flamingo #E85F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 55.64%
G = 22.78%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E85F5A (or 0xE85F5A) is known color: Flamingo. HEX triplet: E8, 5F and 5A. RGB value is (232,95,90). Sum of RGB (Red+Green+Blue) = 232+95+90=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F5A is #17A0A5. Grayscale: #878787. Windows color (decimal): -1548454 or 5922792. OLE color: 5922792.

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

Color convert

RGB 232 95 90 -
CMYK 0 0.59 0.61 0.09
HSL 2.11º 0.76% 0.63% -
HSV(B) 2.11º 0.61% 0.91% -
XYZ 39.22 26.08 12.64 -
YUV 135.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 232 95 90 0 0.59 0.61 0.09 2.11 0.76 0.63
Hex E8 5F 5A 0 3B 3D 9 2 4C 3F
Octal 350 137 132 0 73 75 11 2 114 77
Binary 11101000 1011111 1011010 0 111011 111101 1001 10 1001100 111111

Color Harmonies of #E85F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F5A

Black with #E85F5A

Text Example


Text Example

White with #E85F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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