#E08295

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

Shades of Carissma #E08295

Tints of Carissma #E08295

Color information

#E08295 (or 0xE08295) is unknown color: approx Carissma. HEX triplet: E0, 82 and 95. RGB value is (224,130,149). Sum of RGB (Red+Green+Blue) = 224+130+149=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08295 is #1F7D6A. Grayscale: #A0A0A0. Windows color (decimal): -2063723 or 9798368. OLE color: 9798368.

HSL color Cylindrical-coordinate representation of color #E08295: hue angle of 347.87º degrees, saturation: 0.6, 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 #E08295 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224130149-
CMYK00.420.330.12
HSL347.87º60.26%69.41%-
HSV(B)347.87º41.96%87.84%-
XYZ44.1533.9832.67-
YUV160.27121.64173.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=44.53%
G=25.84%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413014900.420.330.12347.8760.2669.41
HexE0829502A21C15c3c45
Octal340202225052411453474105
Binary111000001000001010010101010101010000111001010111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08295; }

 p { color: rgb(224,130,149); }

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

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

 a { background-color: rgb(224,130,149); }

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

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

 span { border-color: rgb(224,130,149); }

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