Html Css Color HEX #E85450 Flamingo

📋 copy color: '#E85450'

red 232 ◦ green 84 ◦ blue 80

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

Shades of Flamingo #E85450

Tints of Flamingo #E85450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.21%

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

R = 58.59%
G = 21.21%
B = 20.2%

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

#E85450 (or 0xE85450) is known color: Flamingo. HEX triplet: E8, 54 and 50. RGB value is (232,84,80). Sum of RGB (Red+Green+Blue) = 232+84+80=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E85450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85450 is #17ABAF. Grayscale: #7F7F7F. Windows color (decimal): -1551280 or 5264616. OLE color: 5264616.

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

Color convert

RGB 232 84 80 -
CMYK 0 0.64 0.66 0.09
HSL 1.58º 0.77% 0.61% -
HSV(B) 1.58º 0.66% 0.91% -
XYZ 37.9 24.08 10.24 -
YUV 127.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 232 84 80 0 0.64 0.66 0.09 1.58 0.77 0.61
Hex E8 54 50 0 40 42 9 2 4D 3D
Octal 350 124 120 0 100 102 11 2 115 75
Binary 11101000 1010100 1010000 0 1000000 1000010 1001 10 1001101 111101

Color Harmonies of #E85450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85450

Black with #E85450

Text Example


Text Example

White with #E85450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85450; }

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

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

background-color css

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

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

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

border-color css

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

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

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