Html Css Color HEX #E85350 Flamingo

📋 copy color: '#E85350'

red 232 ◦ green 83 ◦ blue 80

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

Shades of Flamingo #E85350

Tints of Flamingo #E85350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 58.73%
G = 21.01%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E85350 (or 0xE85350) is known color: Flamingo. HEX triplet: E8, 53 and 50. RGB value is (232,83,80). Sum of RGB (Red+Green+Blue) = 232+83+80=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E85350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85350 is #17ACAF. Grayscale: #7F7F7F. Windows color (decimal): -1551536 or 5264360. OLE color: 5264360.

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

Color convert

RGB 232 83 80 -
CMYK 0 0.64 0.66 0.09
HSL 1.18º 0.77% 0.61% -
HSV(B) 1.18º 0.66% 0.91% -
XYZ 37.82 23.92 10.21 -
YUV 127.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 232 83 80 0 0.64 0.66 0.09 1.18 0.77 0.61
Hex E8 53 50 0 40 42 9 1 4D 3D
Octal 350 123 120 0 100 102 11 1 115 75
Binary 11101000 1010011 1010000 0 1000000 1000010 1001 1 1001101 111101

Color Harmonies of #E85350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85350

Black with #E85350

Text Example


Text Example

White with #E85350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85350; }

 p { color: rgb(232,83,80); }

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

background-color css

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

 a { background-color: rgb(232,83,80); }

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

border-color css

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

 span { border-color: rgb(232,83,80); }

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