#E48A9A

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

Shades of Carissma #E48A9A

Tints of Carissma #E48A9A

Color information

#E48A9A (or 0xE48A9A) is unknown color: approx Carissma. HEX triplet: E4, 8A and 9A. RGB value is (228,138,154). Sum of RGB (Red+Green+Blue) = 228+138+154=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A9A is #1B7565. Grayscale: #A6A6A6. Windows color (decimal): -1799526 or 10128100. OLE color: 10128100.

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

Color convert

RGB228138154-
CMYK00.390.320.11
HSL349.33º62.5%71.76%-
HSV(B)349.33º39.47%89.41%-
XYZ46.923735.24-
YUV166.73120.82171.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.85%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=43.85%
G=26.54%
B=29.62%

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
Decimal22813815400.390.320.11349.3362.571.76
HexE48A9A02720B15d3e48
Octal344212232047401353576110
Binary111001001000101010011010010011110000010111010111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A9A; }

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

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

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

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

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

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

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

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