#E38ACD

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

Shades of Tea Rose #E38ACD

Tints of Tea Rose #E38ACD

Color information

#E38ACD (or 0xE38ACD) is unknown color: approx Tea Rose. HEX triplet: E3, 8A and CD. RGB value is (227,138,205). Sum of RGB (Red+Green+Blue) = 227+138+205=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ACD is #1C7532. Grayscale: #ACACAC. Windows color (decimal): -1865011 or 13470435. OLE color: 13470435.

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

Color convert

RGB227138205-
CMYK00.390.100.11
HSL314.83º61.38%71.57%-
HSV(B)314.83º39.21%89.02%-
XYZ51.7938.9262.54-
YUV172.25146.49167.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=39.82%
G=24.21%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713820500.390.100.11314.8361.3871.57
HexE38ACD027AB13b3d48
Octal343212315047121347375110
Binary1110001110001010110011010100111101010111001110111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38ACD; }

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

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

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

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

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

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

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

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