#EA7BC9

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

Shades of Tea Rose #EA7BC9

Tints of Tea Rose #EA7BC9

Color information

#EA7BC9 (or 0xEA7BC9) is unknown color: approx Tea Rose. HEX triplet: EA, 7B and C9. RGB value is (234,123,201). Sum of RGB (Red+Green+Blue) = 234+123+201=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BC9 is #158436. Grayscale: #A4A4A4. Windows color (decimal): -1410103 or 13204458. OLE color: 13204458.

HSL color Cylindrical-coordinate representation of color #EA7BC9: hue angle of 317.84º degrees, saturation: 0.73, 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 #EA7BC9 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234123201-
CMYK00.470.140.08
HSL317.84º72.55%70%-
HSV(B)317.84º47.44%91.76%-
XYZ51.5635.8859.47-
YUV165.08148.27177.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 123 (48.44% from 255) = 22.04%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=41.94%
G=22.04%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412320100.470.140.08317.8472.5570
HexEA7BC902FE813e4946
Octal3521733110571610476111106
Binary1110101011110111100100101011111110100010011111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BC9; }

 p { color: rgb(234,123,201); }

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

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

 a { background-color: rgb(234,123,201); }

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

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

 span { border-color: rgb(234,123,201); }

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