#E08198

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

Shades of Carissma #E08198

Tints of Carissma #E08198

Color information

#E08198 (or 0xE08198) is unknown color: approx Carissma. HEX triplet: E0, 81 and 98. RGB value is (224,129,152). Sum of RGB (Red+Green+Blue) = 224+129+152=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08198 is #1F7E67. Grayscale: #A0A0A0. Windows color (decimal): -2063976 or 9994720. OLE color: 9994720.

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

Color convert

RGB224129152-
CMYK00.420.320.12
HSL345.47º60.51%69.22%-
HSV(B)345.47º42.41%87.84%-
XYZ44.2633.8133.9-
YUV160.03123.47173.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=44.36%
G=25.54%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412915200.420.320.12345.4760.5169.22
HexE0819802A20C1593d45
Octal340201230052401453175105
Binary111000001000000110011000010101010000011001010110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08198; }

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

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

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

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

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

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

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

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