#EA6358

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

Shades of Flamingo #EA6358

Tints of Flamingo #EA6358

Color information

#EA6358 (or 0xEA6358) is unknown color: approx Flamingo. HEX triplet: EA, 63 and 58. RGB value is (234,99,88). Sum of RGB (Red+Green+Blue) = 234+99+88=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6358 is #159CA7. Grayscale: #8A8A8A. Windows color (decimal): -1416360 or 5792746. OLE color: 5792746.

HSL color Cylindrical-coordinate representation of color #EA6358: hue angle of 4.52º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA6358 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB2349988-
CMYK00.580.620.08
HSL4.52º77.66%63.14%-
HSV(B)4.52º62.39%91.76%-
XYZ40.1527.1212.35-
YUV138.1199.73196.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.58%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=55.58%
G=23.52%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234998800.580.620.084.5277.6663.14
HexEA635803A3E854e3f
Octal3521431300727610511677
Binary1110101011000111011000011101011111010001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6358; }

 p { color: rgb(234,99,88); }

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

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

 a { background-color: rgb(234,99,88); }

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

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

 span { border-color: rgb(234,99,88); }

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