#EA7ECA

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

Shades of Tea Rose #EA7ECA

Tints of Tea Rose #EA7ECA

Color information

#EA7ECA (or 0xEA7ECA) is unknown color: approx Tea Rose. HEX triplet: EA, 7E and CA. RGB value is (234,126,202). Sum of RGB (Red+Green+Blue) = 234+126+202=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ECA is #158135. Grayscale: #A6A6A6. Windows color (decimal): -1409334 or 13270762. OLE color: 13270762.

HSL color Cylindrical-coordinate representation of color #EA7ECA: hue angle of 317.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7ECA is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234126202-
CMYK00.460.140.08
HSL317.78º72%70.59%-
HSV(B)317.78º46.15%91.76%-
XYZ52.0536.6860.21-
YUV166.96147.78175.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 126 (49.61% from 255) = 22.42%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=41.64%
G=22.42%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412620200.460.140.08317.787270.59
HexEA7ECA02EE813e4847
Octal3521763120561610476110107
Binary1110101011111101100101001011101110100010011111010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7ECA; }

 p { color: rgb(234,126,202); }

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

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

 a { background-color: rgb(234,126,202); }

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

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

 span { border-color: rgb(234,126,202); }

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