#e48c9c

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

Shades of Carissma #E48C9C

Tints of Carissma #E48C9C

Color information

#E48C9C (or 0xE48C9C) is unknown color: approx Carissma. HEX triplet: E4, 8C and 9C. RGB value is (228,140,156). Sum of RGB (Red+Green+Blue) = 228+140+156=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48C9C is #1B7363. Grayscale: #A8A8A8. Windows color (decimal): -1799012 or 10259684. OLE color: 10259684.

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

Color convert

RGB228140156-
CMYK00.390.320.11
HSL349.09º61.97%72.16%-
HSV(B)349.09º38.6%89.41%-
XYZ47.3737.6536.22-
YUV168.14121.15170.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.51%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 156 (61.33% from 255) = 29.77%
R=43.51%
G=26.72%
B=29.77%

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
Decimal22814015600.390.320.11349.0961.9772.16
HexE48C9C02720B15d3e48
Octal344214234047401353576110
Binary111001001000110010011100010011110000010111010111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e48c9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e48c9c; }

 p { color: rgb(228,140,156); }

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

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

 a { background-color: rgb(228,140,156); }

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

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

 span { border-color: rgb(228,140,156); }

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