#E2838C

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

Shades of Carissma #E2838C

Tints of Carissma #E2838C

Color information

#E2838C (or 0xE2838C) is unknown color: approx Carissma. HEX triplet: E2, 83 and 8C. RGB value is (226,131,140). Sum of RGB (Red+Green+Blue) = 226+131+140=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2838C is #1D7C73. Grayscale: #A0A0A0. Windows color (decimal): -1932404 or 9208802. OLE color: 9208802.

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

Color convert

RGB226131140-
CMYK00.420.380.11
HSL354.32º62.09%70%-
HSV(B)354.32º42.04%88.63%-
XYZ44.2134.2929.1-
YUV160.43116.47174.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=45.47%
G=26.36%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613114000.420.380.11354.3262.0970
HexE2838C02A26B1623e46
Octal342203214052461354276106
Binary111000101000001110001100010101010011010111011000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2838C; }

 p { color: rgb(226,131,140); }

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

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

 a { background-color: rgb(226,131,140); }

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

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

 span { border-color: rgb(226,131,140); }

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