#E385CA

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

Shades of Tea Rose #E385CA

Tints of Tea Rose #E385CA

Color information

#E385CA (or 0xE385CA) is unknown color: approx Tea Rose. HEX triplet: E3, 85 and CA. RGB value is (227,133,202). Sum of RGB (Red+Green+Blue) = 227+133+202=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E385CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385CA is #1C7A35. Grayscale: #A8A8A8. Windows color (decimal): -1866294 or 13272547. OLE color: 13272547.

HSL color Cylindrical-coordinate representation of color #E385CA: hue angle of 315.96º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385CA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227133202-
CMYK00.410.110.11
HSL315.96º62.67%70.59%-
HSV(B)315.96º41.41%89.02%-
XYZ50.7337.3760.42-
YUV168.97146.64169.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.39%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=40.39%
G=23.67%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713320200.410.110.11315.9662.6770.59
HexE385CA029BB13c3f47
Octal343205312051131347477107
Binary1110001110000101110010100101001101110111001111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385CA; }

 p { color: rgb(227,133,202); }

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

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

 a { background-color: rgb(227,133,202); }

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

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

 span { border-color: rgb(227,133,202); }

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