#E28BCD

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

Shades of Tea Rose #E28BCD

Tints of Tea Rose #E28BCD

Color information

#E28BCD (or 0xE28BCD) is unknown color: approx Tea Rose. HEX triplet: E2, 8B and CD. RGB value is (226,139,205). Sum of RGB (Red+Green+Blue) = 226+139+205=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BCD is #1D7432. Grayscale: #ACACAC. Windows color (decimal): -1930291 or 13470690. OLE color: 13470690.

HSL color Cylindrical-coordinate representation of color #E28BCD: hue angle of 314.48º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28BCD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226139205-
CMYK00.380.090.11
HSL314.48º60%71.57%-
HSV(B)314.48º38.5%88.63%-
XYZ51.6239.0462.57-
YUV172.54146.32166.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=39.65%
G=24.39%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613920500.380.090.11314.486071.57
HexE28BCD0269B13a3c48
Octal342213315046111347274110
Binary1110001010001011110011010100110100110111001110101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28BCD; }

 p { color: rgb(226,139,205); }

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

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

 a { background-color: rgb(226,139,205); }

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

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

 span { border-color: rgb(226,139,205); }

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