#E48B9F

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

Shades of Carissma #E48B9F

Tints of Carissma #E48B9F

Color information

#E48B9F (or 0xE48B9F) is unknown color: approx Carissma. HEX triplet: E4, 8B and 9F. RGB value is (228,139,159). Sum of RGB (Red+Green+Blue) = 228+139+159=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48B9F is #1B7460. Grayscale: #A7A7A7. Windows color (decimal): -1799265 or 10456036. OLE color: 10456036.

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

Color convert

RGB228139159-
CMYK00.390.300.11
HSL346.52º62.24%71.96%-
HSV(B)346.52º39.04%89.41%-
XYZ47.4937.4637.53-
YUV167.89122.99170.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.35%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 159 (62.5% from 255) = 30.23%
R=43.35%
G=26.43%
B=30.23%

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
Decimal22813915900.390.300.11346.5262.2471.96
HexE48B9F0271EB15b3e48
Octal344213237047361353376110
Binary11100100100010111001111101001111111010111010110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48B9F; }

 p { color: rgb(228,139,159); }

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

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

 a { background-color: rgb(228,139,159); }

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

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

 span { border-color: rgb(228,139,159); }

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