#E2858A

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

Shades of Carissma #E2858A

Tints of Carissma #E2858A

Color information

#E2858A (or 0xE2858A) is unknown color: approx Carissma. HEX triplet: E2, 85 and 8A. RGB value is (226,133,138). Sum of RGB (Red+Green+Blue) = 226+133+138=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2858A is #1D7A75. Grayscale: #A1A1A1. Windows color (decimal): -1931894 or 9078242. OLE color: 9078242.

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

Color convert

RGB226133138-
CMYK00.410.390.11
HSL356.77º61.59%70.39%-
HSV(B)356.77º41.15%88.63%-
XYZ44.3434.7828.42-
YUV161.38114.81174.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=45.47%
G=26.76%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613313800.410.390.11356.7761.5970.39
HexE2858A02927B1653e46
Octal342205212051471354576106
Binary111000101000010110001010010100110011110111011001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2858A; }

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

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

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

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

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

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

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

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