#E0858D

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

Shades of Carissma #E0858D

Tints of Carissma #E0858D

Color information

#E0858D (or 0xE0858D) is unknown color: approx Carissma. HEX triplet: E0, 85 and 8D. RGB value is (224,133,141). Sum of RGB (Red+Green+Blue) = 224+133+141=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0858D is #1F7A72. Grayscale: #A1A1A1. Windows color (decimal): -2062963 or 9274848. OLE color: 9274848.

HSL color Cylindrical-coordinate representation of color #E0858D: hue angle of 354.73º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0858D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224133141-
CMYK00.410.370.12
HSL354.73º59.48%70%-
HSV(B)354.73º40.62%87.84%-
XYZ43.9434.5529.55-
YUV161.12116.65172.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=44.98%
G=26.71%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413314100.410.370.12354.7359.4870
HexE0858D02925C1633b46
Octal340205215051451454373106
Binary111000001000010110001101010100110010111001011000111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0858D; }

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

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

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

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

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

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

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

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