#E48D9E

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

Shades of Carissma #E48D9E

Tints of Carissma #E48D9E

Color information

#E48D9E (or 0xE48D9E) is unknown color: approx Carissma. HEX triplet: E4, 8D and 9E. RGB value is (228,141,158). Sum of RGB (Red+Green+Blue) = 228+141+158=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48D9E is #1B7261. Grayscale: #A8A8A8. Windows color (decimal): -1798754 or 10391012. OLE color: 10391012.

HSL color Cylindrical-coordinate representation of color #E48D9E: hue angle of 348.28º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48D9E is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB228141158-
CMYK00.380.310.11
HSL348.28º61.7%72.35%-
HSV(B)348.28º38.16%89.41%-
XYZ47.6938.0137.17-
YUV168.95121.82170.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=43.26%
G=26.76%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814115800.380.310.11348.2861.772.35
HexE48D9E0261FB15c3e48
Octal344215236046371353476110
Binary11100100100011011001111001001101111110111010111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D9E; }

 p { color: rgb(228,141,158); }

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

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

 a { background-color: rgb(228,141,158); }

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

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

 span { border-color: rgb(228,141,158); }

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