#E2878A

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

Shades of Carissma #E2878A

Tints of Carissma #E2878A

Color information

#E2878A (or 0xE2878A) is unknown color: approx Carissma. HEX triplet: E2, 87 and 8A. RGB value is (226,135,138). Sum of RGB (Red+Green+Blue) = 226+135+138=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2878A is #1D7875. Grayscale: #A2A2A2. Windows color (decimal): -1931382 or 9078754. OLE color: 9078754.

HSL color Cylindrical-coordinate representation of color #E2878A: hue angle of 358.02º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2878A is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB226135138-
CMYK00.400.390.11
HSL358.02º61.07%70.78%-
HSV(B)358.02º40.27%88.63%-
XYZ44.6235.3328.51-
YUV162.55114.15173.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.29%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=45.29%
G=27.05%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613513800.400.390.11358.0261.0770.78
HexE2878A02827B1663d47
Octal342207212050471354675107
Binary111000101000011110001010010100010011110111011001101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2878A; }

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

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

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

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

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

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

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

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