#E2848A

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

Shades of Carissma #E2848A

Tints of Carissma #E2848A

Color information

#E2848A (or 0xE2848A) is unknown color: approx Carissma. HEX triplet: E2, 84 and 8A. RGB value is (226,132,138). Sum of RGB (Red+Green+Blue) = 226+132+138=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2848A is #1D7B75. Grayscale: #A0A0A0. Windows color (decimal): -1932150 or 9077986. OLE color: 9077986.

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

Color convert

RGB226132138-
CMYK00.420.390.11
HSL356.17º61.84%70.2%-
HSV(B)356.17º41.59%88.63%-
XYZ44.234.5128.38-
YUV160.79115.14174.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.56%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=45.56%
G=26.61%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613213800.420.390.11356.1761.8470.2
HexE2848A02A27B1643e46
Octal342204212052471354476106
Binary111000101000010010001010010101010011110111011001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2848A; }

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

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

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

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

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

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

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

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