#E08185

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

Shades of Carissma #E08185

Tints of Carissma #E08185

Color information

#E08185 (or 0xE08185) is unknown color: approx Carissma. HEX triplet: E0, 81 and 85. RGB value is (224,129,133). Sum of RGB (Red+Green+Blue) = 224+129+133=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08185 is #1F7E7A. Grayscale: #9D9D9D. Windows color (decimal): -2063995 or 8749536. OLE color: 8749536.

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

Color convert

RGB224129133-
CMYK00.420.410.12
HSL357.47º60.51%69.22%-
HSV(B)357.47º42.41%87.84%-
XYZ42.8233.2426.35-
YUV157.86113.97175.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=46.09%
G=26.54%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412913300.420.410.12357.4760.5169.22
HexE0818502A29C1653d45
Octal340201205052511454575105
Binary111000001000000110000101010101010100111001011001011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08185; }

 p { color: rgb(224,129,133); }

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

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

 a { background-color: rgb(224,129,133); }

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

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

 span { border-color: rgb(224,129,133); }

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