#E08698

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

Shades of Carissma #E08698

Tints of Carissma #E08698

Color information

#E08698 (or 0xE08698) is unknown color: approx Carissma. HEX triplet: E0, 86 and 98. RGB value is (224,134,152). Sum of RGB (Red+Green+Blue) = 224+134+152=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E08698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08698 is #1F7967. Grayscale: #A2A2A2. Windows color (decimal): -2062696 or 9996000. OLE color: 9996000.

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

Color convert

RGB224134152-
CMYK00.400.320.12
HSL348º59.21%70.2%-
HSV(B)348º40.18%87.84%-
XYZ44.9335.1634.12-
YUV162.96121.82171.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.92%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=43.92%
G=26.27%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413415200.400.320.1234859.2170.2
HexE0869802820C15c3b46
Octal340206230050401453473106
Binary111000001000011010011000010100010000011001010111001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08698; }

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

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

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

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

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

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

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

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