#E4858D

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

Shades of Carissma #E4858D

Tints of Carissma #E4858D

Color information

#E4858D (or 0xE4858D) is unknown color: approx Carissma. HEX triplet: E4, 85 and 8D. RGB value is (228,133,141). Sum of RGB (Red+Green+Blue) = 228+133+141=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4858D is #1B7A72. Grayscale: #A2A2A2. Windows color (decimal): -1800819 or 9274852. OLE color: 9274852.

HSL color Cylindrical-coordinate representation of color #E4858D: hue angle of 354.95º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E4858D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB228133141-
CMYK00.420.380.11
HSL354.95º63.76%70.78%-
HSV(B)354.95º41.67%89.41%-
XYZ45.1935.1929.61-
YUV162.32115.97174.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.42%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=45.42%
G=26.49%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813314100.420.380.11354.9563.7670.78
HexE4858D02A26B1634047
Octal3442052150524613543100107
Binary1110010010000101100011010101010100110101110110001110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4858D; }

 p { color: rgb(228,133,141); }

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

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

 a { background-color: rgb(228,133,141); }

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

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

 span { border-color: rgb(228,133,141); }

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