#E68B96

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

Shades of Carissma #E68B96

Tints of Carissma #E68B96

Color information

#E68B96 (or 0xE68B96) is unknown color: approx Carissma. HEX triplet: E6, 8B and 96. RGB value is (230,139,150). Sum of RGB (Red+Green+Blue) = 230+139+150=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B96 is #197469. Grayscale: #A7A7A7. Windows color (decimal): -1668202 or 9866214. OLE color: 9866214.

HSL color Cylindrical-coordinate representation of color #E68B96: hue angle of 352.75º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68B96 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230139150-
CMYK00.400.350.10
HSL352.75º64.54%72.35%-
HSV(B)352.75º39.57%90.2%-
XYZ47.3737.4933.59-
YUV167.46118.15172.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.32%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=44.32%
G=26.78%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013915000.400.350.10352.7564.5472.35
HexE68B9602823A1614148
Octal3462132260504312541101110
Binary1110011010001011100101100101000100011101010110000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68B96; }

 p { color: rgb(230,139,150); }

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

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

 a { background-color: rgb(230,139,150); }

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

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

 span { border-color: rgb(230,139,150); }

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