#E2859D

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

Shades of Carissma #E2859D

Tints of Carissma #E2859D

Color information

#E2859D (or 0xE2859D) is unknown color: approx Carissma. HEX triplet: E2, 85 and 9D. RGB value is (226,133,157). Sum of RGB (Red+Green+Blue) = 226+133+157=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2859D is #1D7A62. Grayscale: #A3A3A3. Windows color (decimal): -1931875 or 10323426. OLE color: 10323426.

HSL color Cylindrical-coordinate representation of color #E2859D: hue angle of 344.52º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2859D is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226133157-
CMYK00.410.310.11
HSL344.52º61.59%70.39%-
HSV(B)344.52º41.15%88.63%-
XYZ45.8435.3836.31-
YUV163.54124.31172.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=43.80%
G=25.78%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613315700.410.310.11344.5261.5970.39
HexE2859D0291FB1593e46
Octal342205235051371353176106
Binary11100010100001011001110101010011111110111010110011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2859D; }

 p { color: rgb(226,133,157); }

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

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

 a { background-color: rgb(226,133,157); }

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

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

 span { border-color: rgb(226,133,157); }

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