#E48AC7

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

Shades of Tea Rose #E48AC7

Tints of Tea Rose #E48AC7

Color information

#E48AC7 (or 0xE48AC7) is unknown color: approx Tea Rose. HEX triplet: E4, 8A and C7. RGB value is (228,138,199). Sum of RGB (Red+Green+Blue) = 228+138+199=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48AC7 is #1B7538. Grayscale: #ABABAB. Windows color (decimal): -1799481 or 13077220. OLE color: 13077220.

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

Color convert

RGB228138199-
CMYK00.390.130.11
HSL319.33º62.5%71.76%-
HSV(B)319.33º39.47%89.41%-
XYZ51.3938.7958.81-
YUV171.86143.32168.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.35%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 199 (78.12% from 255) = 35.22%
R=40.35%
G=24.42%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813819900.390.130.11319.3362.571.76
HexE48AC7027DB13f3e48
Octal344212307047151347776110
Binary1110010010001010110001110100111110110111001111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AC7; }

 p { color: rgb(228,138,199); }

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

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

 a { background-color: rgb(228,138,199); }

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

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

 span { border-color: rgb(228,138,199); }

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