#e2819c

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

Shades of Carissma #E2819C

Tints of Carissma #E2819C

Color information

#E2819C (or 0xE2819C) is unknown color: approx Carissma. HEX triplet: E2, 81 and 9C. RGB value is (226,129,156). Sum of RGB (Red+Green+Blue) = 226+129+156=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E2819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2819C is #1D7E63. Grayscale: #A1A1A1. Windows color (decimal): -1932900 or 10256866. OLE color: 10256866.

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

Color convert

RGB226129156-
CMYK00.430.310.11
HSL343.3º62.58%69.61%-
HSV(B)343.3º42.92%88.63%-
XYZ45.2234.2735.68-
YUV161.08125.14174.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.23%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=44.23%
G=25.24%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612915600.430.310.11343.362.5869.61
HexE2819C02B1FB1573f46
Octal342201234053371352777106
Binary11100010100000011001110001010111111110111010101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2819c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2819c; }

 p { color: rgb(226,129,156); }

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

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

 a { background-color: rgb(226,129,156); }

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

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

 span { border-color: rgb(226,129,156); }

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