#E48A8B

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

Shades of Carissma #E48A8B

Tints of Carissma #E48A8B

Color information

#E48A8B (or 0xE48A8B) is unknown color: approx Carissma. HEX triplet: E4, 8A and 8B. RGB value is (228,138,139). Sum of RGB (Red+Green+Blue) = 228+138+139=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A8B is #1B7574. Grayscale: #A5A5A5. Windows color (decimal): -1799541 or 9145060. OLE color: 9145060.

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

Color convert

RGB228138139-
CMYK00.390.390.11
HSL359.33º62.5%71.76%-
HSV(B)359.33º39.47%89.41%-
XYZ45.7436.5429.07-
YUV165.02113.32172.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.15%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=45.15%
G=27.33%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813813900.390.390.11359.3362.571.76
HexE48A8B02727B1673e48
Octal344212213047471354776110
Binary111001001000101010001011010011110011110111011001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A8B; }

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

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

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

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

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

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

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

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