#E2898C

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

Shades of Carissma #E2898C

Tints of Carissma #E2898C

Color information

#E2898C (or 0xE2898C) is unknown color: approx Carissma. HEX triplet: E2, 89 and 8C. RGB value is (226,137,140). Sum of RGB (Red+Green+Blue) = 226+137+140=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2898C is #1D7673. Grayscale: #A4A4A4. Windows color (decimal): -1930868 or 9210338. OLE color: 9210338.

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

Color convert

RGB226137140-
CMYK00.390.380.11
HSL357.98º60.54%71.18%-
HSV(B)357.98º39.38%88.63%-
XYZ45.0435.9529.38-
YUV163.95114.49172.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.93%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=44.93%
G=27.24%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613714000.390.380.11357.9860.5471.18
HexE2898C02726B1663d47
Octal342211214047461354675107
Binary111000101000100110001100010011110011010111011001101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2898C; }

 p { color: rgb(226,137,140); }

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

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

 a { background-color: rgb(226,137,140); }

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

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

 span { border-color: rgb(226,137,140); }

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