#E48AA0

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

Shades of Carissma #E48AA0

Tints of Carissma #E48AA0

Color information

#E48AA0 (or 0xE48AA0) is unknown color: approx Carissma. HEX triplet: E4, 8A and A0. RGB value is (228,138,160). Sum of RGB (Red+Green+Blue) = 228+138+160=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AA0 is #1B755F. Grayscale: #A7A7A7. Windows color (decimal): -1799520 or 10521316. OLE color: 10521316.

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

Color convert

RGB228138160-
CMYK00.390.300.11
HSL345.33º62.5%71.76%-
HSV(B)345.33º39.47%89.41%-
XYZ47.4337.2137.94-
YUV167.42123.82171.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.35%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=43.35%
G=26.24%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813816000.390.300.11345.3362.571.76
HexE48AA00271EB1593e48
Octal344212240047361353176110
Binary11100100100010101010000001001111111010111010110011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AA0; }

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

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

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

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

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

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

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

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