#E6869E

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

Shades of Carissma #E6869E

Tints of Carissma #E6869E

Color information

#E6869E (or 0xE6869E) is unknown color: approx Carissma. HEX triplet: E6, 86 and 9E. RGB value is (230,134,158). Sum of RGB (Red+Green+Blue) = 230+134+158=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6869E is #197961. Grayscale: #A5A5A5. Windows color (decimal): -1669474 or 10389222. OLE color: 10389222.

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

Color convert

RGB230134158-
CMYK00.420.310.10
HSL345º65.75%71.37%-
HSV(B)345º41.74%90.2%-
XYZ47.3336.3436.87-
YUV165.44123.8174.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.06%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=44.06%
G=25.67%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013415800.420.310.1034565.7571.37
HexE6869E02A1FA1594247
Octal3462062360523712531102107
Binary111001101000011010011110010101011111101010101100110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6869E; }

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

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

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

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

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

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

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

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