#E2838A

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

Shades of Carissma #E2838A

Tints of Carissma #E2838A

Color information

#E2838A (or 0xE2838A) is unknown color: approx Carissma. HEX triplet: E2, 83 and 8A. RGB value is (226,131,138). Sum of RGB (Red+Green+Blue) = 226+131+138=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2838A is #1D7C75. Grayscale: #A0A0A0. Windows color (decimal): -1932406 or 9077730. OLE color: 9077730.

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

Color convert

RGB226131138-
CMYK00.420.390.11
HSL355.58º62.09%70%-
HSV(B)355.58º42.04%88.63%-
XYZ44.0734.2428.33-
YUV160.2115.47174.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.66%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=45.66%
G=26.46%
B=27.88%

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
Decimal22613113800.420.390.11355.5862.0970
HexE2838A02A27B1643e46
Octal342203212052471354476106
Binary111000101000001110001010010101010011110111011001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2838A; }

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

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

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

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

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

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

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

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