#e2859b

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

Shades of Carissma #E2859B

Tints of Carissma #E2859B

Color information

#E2859B (or 0xE2859B) is unknown color: approx Carissma. HEX triplet: E2, 85 and 9B. RGB value is (226,133,155). Sum of RGB (Red+Green+Blue) = 226+133+155=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2859B is #1D7A64. Grayscale: #A3A3A3. Windows color (decimal): -1931877 or 10192354. OLE color: 10192354.

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

Color convert

RGB226133155-
CMYK00.410.310.11
HSL345.81º61.59%70.39%-
HSV(B)345.81º41.15%88.63%-
XYZ45.6735.3135.42-
YUV163.32123.31172.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.97%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=43.97%
G=25.88%
B=30.16%

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
Decimal22613315500.410.310.11345.8161.5970.39
HexE2859B0291FB15a3e46
Octal342205233051371353276106
Binary11100010100001011001101101010011111110111010110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2859b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2859b; }

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

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

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

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

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

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

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

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