#EA665A

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

Shades of Flamingo #EA665A

Tints of Flamingo #EA665A

Color information

#EA665A (or 0xEA665A) is unknown color: approx Flamingo. HEX triplet: EA, 66 and 5A. RGB value is (234,102,90). Sum of RGB (Red+Green+Blue) = 234+102+90=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA665A is #1599A5. Grayscale: #8C8C8C. Windows color (decimal): -1415590 or 5924586. OLE color: 5924586.

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

Color convert

RGB23410290-
CMYK00.560.620.08
HSL77.42%63.53%-
HSV(B)61.54%91.76%-
XYZ40.5327.7312.89-
YUV140.199.73194.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.93%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=54.93%
G=23.94%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341029000.560.620.08577.4263.53
HexEA665A0383E854d40
Octal35214613207076105115100
Binary11101010110011010110100111000111110100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA665A; }

 p { color: rgb(234,102,90); }

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

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

 a { background-color: rgb(234,102,90); }

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

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

 span { border-color: rgb(234,102,90); }

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