#E2859A

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

Shades of Carissma #E2859A

Tints of Carissma #E2859A

Color information

#E2859A (or 0xE2859A) is unknown color: approx Carissma. HEX triplet: E2, 85 and 9A. RGB value is (226,133,154). Sum of RGB (Red+Green+Blue) = 226+133+154=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2859A is #1D7A65. Grayscale: #A3A3A3. Windows color (decimal): -1931878 or 10126818. OLE color: 10126818.

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

Color convert

RGB226133154-
CMYK00.410.320.11
HSL346.45º61.59%70.39%-
HSV(B)346.45º41.15%88.63%-
XYZ45.5835.2834.98-
YUV163.2122.81172.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=44.05%
G=25.93%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613315400.410.320.11346.4561.5970.39
HexE2859A02920B15a3e46
Octal342205232051401353276106
Binary111000101000010110011010010100110000010111010110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2859A; }

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

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

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

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

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

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

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

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