#EA6251

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

Shades of Flamingo #EA6251

Tints of Flamingo #EA6251

Color information

#EA6251 (or 0xEA6251) is unknown color: approx Flamingo. HEX triplet: EA, 62 and 51. RGB value is (234,98,81). Sum of RGB (Red+Green+Blue) = 234+98+81=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6251 is #159DAE. Grayscale: #888888. Windows color (decimal): -1416623 or 5333738. OLE color: 5333738.

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

Color convert

RGB2349881-
CMYK00.580.650.08
HSL6.67º78.46%61.76%-
HSV(B)6.67º65.38%91.76%-
XYZ39.7826.8210.86-
YUV136.7396.56197.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.66%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=56.66%
G=23.73%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234988100.580.650.086.6778.4661.76
HexEA625103A41874e3e
Octal35214212107210110711676
Binary11101010110001010100010111010100000110001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6251; }

 p { color: rgb(234,98,81); }

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

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

 a { background-color: rgb(234,98,81); }

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

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

 span { border-color: rgb(234,98,81); }

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