#E18283

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

Shades of Carissma #E18283

Tints of Carissma #E18283

Color information

#E18283 (or 0xE18283) is unknown color: approx Carissma. HEX triplet: E1, 82 and 83. RGB value is (225,130,131). Sum of RGB (Red+Green+Blue) = 225+130+131=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18283 is #1E7D7C. Grayscale: #9E9E9E. Windows color (decimal): -1998205 or 8618721. OLE color: 8618721.

HSL color Cylindrical-coordinate representation of color #E18283: hue angle of 359.37º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18283 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB225130131-
CMYK00.420.420.12
HSL359.37º61.29%69.61%-
HSV(B)359.37º42.22%88.24%-
XYZ43.1333.6125.69-
YUV158.52112.47175.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=46.30%
G=26.75%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513013100.420.420.12359.3761.2969.61
HexE1828302A2AC1673d46
Octal341202203052521454775106
Binary111000011000001010000011010101010101011001011001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18283; }

 p { color: rgb(225,130,131); }

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

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

 a { background-color: rgb(225,130,131); }

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

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

 span { border-color: rgb(225,130,131); }

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