#EA7BCA

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

Shades of Tea Rose #EA7BCA

Tints of Tea Rose #EA7BCA

Color information

#EA7BCA (or 0xEA7BCA) is unknown color: approx Tea Rose. HEX triplet: EA, 7B and CA. RGB value is (234,123,202). Sum of RGB (Red+Green+Blue) = 234+123+202=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BCA is #158435. Grayscale: #A4A4A4. Windows color (decimal): -1410102 or 13269994. OLE color: 13269994.

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

Color convert

RGB234123202-
CMYK00.470.140.08
HSL317.3º72.55%70%-
HSV(B)317.3º47.44%91.76%-
XYZ51.6835.9260.09-
YUV165.19148.77177.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 123 (48.44% from 255) = 22.00%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=41.86%
G=22.00%
B=36.14%

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
Decimal23412320200.470.140.08317.372.5570
HexEA7BCA02FE813d4946
Octal3521733120571610475111106
Binary1110101011110111100101001011111110100010011110110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BCA; }

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

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

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

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

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

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

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

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