#EA7CC6

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

Shades of Tea Rose #EA7CC6

Tints of Tea Rose #EA7CC6

Color information

#EA7CC6 (or 0xEA7CC6) is unknown color: approx Tea Rose. HEX triplet: EA, 7C and C6. RGB value is (234,124,198). Sum of RGB (Red+Green+Blue) = 234+124+198=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CC6 is #158339. Grayscale: #A5A5A5. Windows color (decimal): -1409850 or 13008106. OLE color: 13008106.

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

Color convert

RGB234124198-
CMYK00.470.150.08
HSL319.64º72.37%70.2%-
HSV(B)319.64º47.01%91.76%-
XYZ51.3335.9857.67-
YUV165.33146.44176.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 124 (48.83% from 255) = 22.30%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=42.09%
G=22.30%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412419800.470.150.08319.6472.3770.2
HexEA7CC602FF81404846
Octal3521743060571710500110106
Binary1110101011111001100011001011111111100010100000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7CC6; }

 p { color: rgb(234,124,198); }

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

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

 a { background-color: rgb(234,124,198); }

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

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

 span { border-color: rgb(234,124,198); }

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