#E38BCA

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

Shades of Tea Rose #E38BCA

Tints of Tea Rose #E38BCA

Color information

#E38BCA (or 0xE38BCA) is unknown color: approx Tea Rose. HEX triplet: E3, 8B and CA. RGB value is (227,139,202). Sum of RGB (Red+Green+Blue) = 227+139+202=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BCA is #1C7435. Grayscale: #ACACAC. Windows color (decimal): -1864758 or 13274083. OLE color: 13274083.

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

Color convert

RGB227139202-
CMYK00.390.110.11
HSL317.05º61.11%71.76%-
HSV(B)317.05º38.77%89.02%-
XYZ51.5739.0660.7-
YUV172.49144.65166.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 139 (54.69% from 255) = 24.47%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=39.96%
G=24.47%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713920200.390.110.11317.0561.1171.76
HexE38BCA027BB13d3d48
Octal343213312047131347575110
Binary1110001110001011110010100100111101110111001111011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BCA; }

 p { color: rgb(227,139,202); }

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

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

 a { background-color: rgb(227,139,202); }

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

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

 span { border-color: rgb(227,139,202); }

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