#E95351

Color #E95351 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #E95351

Tints of Flamingo #E95351

Color information

#E95351 (or 0xE95351) is unknown color: approx Flamingo. HEX triplet: E9, 53 and 51. RGB value is (233,83,81). Sum of RGB (Red+Green+Blue) = 233+83+81=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E95351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95351 is #16ACAE. Grayscale: #7F7F7F. Windows color (decimal): -1485999 or 5329897. OLE color: 5329897.

HSL color Cylindrical-coordinate representation of color #E95351: hue angle of 0.79º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95351 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2338381-
CMYK00.640.650.09
HSL0.79º77.55%61.57%-
HSV(B)0.79º65.24%91.37%-
XYZ38.1824.110.42-
YUV127.62101.7203.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.69%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=58.69%
G=20.91%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233838100.640.650.090.7977.5561.57
HexE9535104041914e3e
Octal351123121010010111111676
Binary1110100110100111010001010000001000001100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95351; }

 p { color: rgb(233,83,81); }

 H1.HeaderClassName
 {
   color: #E95351;
 }
 .AnyTagClassName
 {
   color: #E95351;
 }
</style>
background-color css

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

 a { background-color: rgb(233,83,81); }

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

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

 span { border-color: rgb(233,83,81); }

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