#E38BCC

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

Shades of Tea Rose #E38BCC

Tints of Tea Rose #E38BCC

Color information

#E38BCC (or 0xE38BCC) is unknown color: approx Tea Rose. HEX triplet: E3, 8B and CC. RGB value is (227,139,204). Sum of RGB (Red+Green+Blue) = 227+139+204=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BCC is #1C7433. Grayscale: #ACACAC. Windows color (decimal): -1864756 or 13405155. OLE color: 13405155.

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

Color convert

RGB227139204-
CMYK00.390.100.11
HSL315.68º61.11%71.76%-
HSV(B)315.68º38.77%89.02%-
XYZ51.8139.1661.95-
YUV172.72145.65166.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=39.82%
G=24.39%
B=35.79%

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
Decimal22713920400.390.100.11315.6861.1171.76
HexE38BCC027AB13c3d48
Octal343213314047121347475110
Binary1110001110001011110011000100111101010111001111001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BCC; }

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

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

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

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

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

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

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

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