#E485C2

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

Shades of Tea Rose #E485C2

Tints of Tea Rose #E485C2

Color information

#E485C2 (or 0xE485C2) is unknown color: approx Tea Rose. HEX triplet: E4, 85 and C2. RGB value is (228,133,194). Sum of RGB (Red+Green+Blue) = 228+133+194=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E485C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E485C2 is #1B7A3D. Grayscale: #A8A8A8. Windows color (decimal): -1800766 or 12748260. OLE color: 12748260.

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

Color convert

RGB228133194-
CMYK00.420.150.11
HSL321.47º63.76%70.78%-
HSV(B)321.47º41.67%89.41%-
XYZ50.1237.1655.57-
YUV168.36142.47170.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.08%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=41.08%
G=23.96%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813319400.420.150.11321.4763.7670.78
HexE485C202AFB1414047
Octal3442053020521713501100107
Binary11100100100001011100001001010101111101110100000110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E485C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E485C2; }

 p { color: rgb(228,133,194); }

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

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

 a { background-color: rgb(228,133,194); }

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

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

 span { border-color: rgb(228,133,194); }

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