#E48A9D

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

Shades of Carissma #E48A9D

Tints of Carissma #E48A9D

Color information

#E48A9D (or 0xE48A9D) is unknown color: approx Carissma. HEX triplet: E4, 8A and 9D. RGB value is (228,138,157). Sum of RGB (Red+Green+Blue) = 228+138+157=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A9D is #1B7562. Grayscale: #A7A7A7. Windows color (decimal): -1799523 or 10324708. OLE color: 10324708.

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

Color convert

RGB228138157-
CMYK00.390.310.11
HSL347.33º62.5%71.76%-
HSV(B)347.33º39.47%89.41%-
XYZ47.1737.1136.57-
YUV167.08122.32171.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.59%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=43.59%
G=26.39%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813815700.390.310.11347.3362.571.76
HexE48A9D0271FB15b3e48
Octal344212235047371353376110
Binary11100100100010101001110101001111111110111010110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A9D; }

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

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

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

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

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

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

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

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