#E48A8E

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

Shades of Carissma #E48A8E

Tints of Carissma #E48A8E

Color information

#E48A8E (or 0xE48A8E) is unknown color: approx Carissma. HEX triplet: E4, 8A and 8E. RGB value is (228,138,142). Sum of RGB (Red+Green+Blue) = 228+138+142=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A8E is #1B7571. Grayscale: #A5A5A5. Windows color (decimal): -1799538 or 9341668. OLE color: 9341668.

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

Color convert

RGB228138142-
CMYK00.390.380.11
HSL357.33º62.5%71.76%-
HSV(B)357.33º39.47%89.41%-
XYZ45.9736.6230.24-
YUV165.37114.82172.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.88%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=44.88%
G=27.17%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813814200.390.380.11357.3362.571.76
HexE48A8E02726B1653e48
Octal344212216047461354576110
Binary111001001000101010001110010011110011010111011001011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A8E; }

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

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

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

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

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

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

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

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