#E484CB

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

Shades of Tea Rose #E484CB

Tints of Tea Rose #E484CB

Color information

#E484CB (or 0xE484CB) is unknown color: approx Tea Rose. HEX triplet: E4, 84 and CB. RGB value is (228,132,203). Sum of RGB (Red+Green+Blue) = 228+132+203=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E484CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484CB is #1B7B34. Grayscale: #A8A8A8. Windows color (decimal): -1801013 or 13337828. OLE color: 13337828.

HSL color Cylindrical-coordinate representation of color #E484CB: hue angle of 315.62º 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 #E484CB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228132203-
CMYK00.420.110.11
HSL315.62º64%70.59%-
HSV(B)315.62º42.11%89.41%-
XYZ51.0337.3161.01-
YUV168.8147.3170.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.50%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=40.50%
G=23.45%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813220300.420.110.11315.626470.59
HexE484CB02ABB13c4047
Octal3442043130521313474100107
Binary11100100100001001100101101010101011101110011110010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E484CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E484CB; }

 p { color: rgb(228,132,203); }

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

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

 a { background-color: rgb(228,132,203); }

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

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

 span { border-color: rgb(228,132,203); }

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