#E48A9B

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

Shades of Carissma #E48A9B

Tints of Carissma #E48A9B

Color information

#E48A9B (or 0xE48A9B) is unknown color: approx Carissma. HEX triplet: E4, 8A and 9B. RGB value is (228,138,155). Sum of RGB (Red+Green+Blue) = 228+138+155=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A9B is #1B7564. Grayscale: #A6A6A6. Windows color (decimal): -1799525 or 10193636. OLE color: 10193636.

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

Color convert

RGB228138155-
CMYK00.390.320.11
HSL348.67º62.5%71.76%-
HSV(B)348.67º39.47%89.41%-
XYZ4737.0435.68-
YUV166.85121.32171.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.76%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=43.76%
G=26.49%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813815500.390.320.11348.6762.571.76
HexE48A9B02720B15d3e48
Octal344212233047401353576110
Binary111001001000101010011011010011110000010111010111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A9B; }

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

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

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

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

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

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

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

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