#E6868E

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

Shades of Carissma #E6868E

Tints of Carissma #E6868E

Color information

#E6868E (or 0xE6868E) is unknown color: approx Carissma. HEX triplet: E6, 86 and 8E. RGB value is (230,134,142). Sum of RGB (Red+Green+Blue) = 230+134+142=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6868E is #197971. Grayscale: #A3A3A3. Windows color (decimal): -1669490 or 9340646. OLE color: 9340646.

HSL color Cylindrical-coordinate representation of color #E6868E: hue angle of 355º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6868E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230134142-
CMYK00.420.380.10
HSL355º65.75%71.37%-
HSV(B)355º41.74%90.2%-
XYZ46.0435.8330.08-
YUV163.62115.8175.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.45%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=45.45%
G=26.48%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013414200.420.380.1035565.7571.37
HexE6868E02A26A1634247
Octal3462062160524612543102107
Binary1110011010000110100011100101010100110101010110001110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6868E; }

 p { color: rgb(230,134,142); }

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

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

 a { background-color: rgb(230,134,142); }

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

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

 span { border-color: rgb(230,134,142); }

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