#E28ACD

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

Shades of Tea Rose #E28ACD

Tints of Tea Rose #E28ACD

Color information

#E28ACD (or 0xE28ACD) is unknown color: approx Tea Rose. HEX triplet: E2, 8A and CD. RGB value is (226,138,205). Sum of RGB (Red+Green+Blue) = 226+138+205=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ACD is #1D7532. Grayscale: #ABABAB. Windows color (decimal): -1930547 or 13470434. OLE color: 13470434.

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

Color convert

RGB226138205-
CMYK00.390.090.11
HSL314.32º60.27%71.37%-
HSV(B)314.32º38.94%88.63%-
XYZ51.4738.7562.52-
YUV171.95146.65166.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=39.72%
G=24.25%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613820500.390.090.11314.3260.2771.37
HexE28ACD0279B13a3c47
Octal342212315047111347274107
Binary1110001010001010110011010100111100110111001110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28ACD; }

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

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

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

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

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

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

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

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