#E08195

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

Shades of Carissma #E08195

Tints of Carissma #E08195

Color information

#E08195 (or 0xE08195) is unknown color: approx Carissma. HEX triplet: E0, 81 and 95. RGB value is (224,129,149). Sum of RGB (Red+Green+Blue) = 224+129+149=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E08195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08195 is #1F7E6A. Grayscale: #9F9F9F. Windows color (decimal): -2063979 or 9798112. OLE color: 9798112.

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

Color convert

RGB224129149-
CMYK00.420.330.12
HSL347.37º60.51%69.22%-
HSV(B)347.37º42.41%87.84%-
XYZ44.0233.7232.62-
YUV159.68121.97173.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=44.62%
G=25.70%
B=29.68%

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
Decimal22412914900.420.330.12347.3760.5169.22
HexE0819502A21C15b3d45
Octal340201225052411453375105
Binary111000001000000110010101010101010000111001010110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08195; }

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

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

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

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

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

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

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

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