#E388C4

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

Shades of Tea Rose #E388C4

Tints of Tea Rose #E388C4

Color information

#E388C4 (or 0xE388C4) is unknown color: approx Tea Rose. HEX triplet: E3, 88 and C4. RGB value is (227,136,196). Sum of RGB (Red+Green+Blue) = 227+136+196=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E388C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E388C4 is #1C773B. Grayscale: #A9A9A9. Windows color (decimal): -1865532 or 12880099. OLE color: 12880099.

HSL color Cylindrical-coordinate representation of color #E388C4: hue angle of 320.44º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E388C4 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB227136196-
CMYK00.400.140.11
HSL320.44º61.9%71.18%-
HSV(B)320.44º40.09%89.02%-
XYZ50.4537.9256.89-
YUV170.05142.65168.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=40.61%
G=24.33%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713619600.400.140.11320.4461.971.18
HexE388C4028EB1403e47
Octal343210304050161350076107
Binary1110001110001000110001000101000111010111010000001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E388C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E388C4; }

 p { color: rgb(227,136,196); }

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

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

 a { background-color: rgb(227,136,196); }

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

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

 span { border-color: rgb(227,136,196); }

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