#E2848F

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

Shades of Carissma #E2848F

Tints of Carissma #E2848F

Color information

#E2848F (or 0xE2848F) is unknown color: approx Carissma. HEX triplet: E2, 84 and 8F. RGB value is (226,132,143). Sum of RGB (Red+Green+Blue) = 226+132+143=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2848F is #1D7B70. Grayscale: #A1A1A1. Windows color (decimal): -1932145 or 9405666. OLE color: 9405666.

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

Color convert

RGB226132143-
CMYK00.420.370.11
HSL352.98º61.84%70.2%-
HSV(B)352.98º41.59%88.63%-
XYZ44.5734.6530.33-
YUV161.36117.64174.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=45.11%
G=26.35%
B=28.54%

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
Decimal22613214300.420.370.11352.9861.8470.2
HexE2848F02A25B1613e46
Octal342204217052451354176106
Binary111000101000010010001111010101010010110111011000011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2848F; }

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

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

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

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

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

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

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

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