#E2838E

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

Shades of Carissma #E2838E

Tints of Carissma #E2838E

Color information

#E2838E (or 0xE2838E) is unknown color: approx Carissma. HEX triplet: E2, 83 and 8E. RGB value is (226,131,142). Sum of RGB (Red+Green+Blue) = 226+131+142=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2838E is #1D7C71. Grayscale: #A0A0A0. Windows color (decimal): -1932402 or 9339874. OLE color: 9339874.

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

Color convert

RGB226131142-
CMYK00.420.370.11
HSL353.05º62.09%70%-
HSV(B)353.05º42.04%88.63%-
XYZ44.3634.3529.88-
YUV160.66117.47174.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.29%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=45.29%
G=26.25%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613114200.420.370.11353.0562.0970
HexE2838E02A25B1613e46
Octal342203216052451354176106
Binary111000101000001110001110010101010010110111011000011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2838E; }

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

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

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

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

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

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

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

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