#E6808E

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

Shades of Carissma #E6808E

Tints of Carissma #E6808E

Color information

#E6808E (or 0xE6808E) is unknown color: approx Carissma. HEX triplet: E6, 80 and 8E. RGB value is (230,128,142). Sum of RGB (Red+Green+Blue) = 230+128+142=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6808E is #197F71. Grayscale: #A0A0A0. Windows color (decimal): -1671026 or 9339110. OLE color: 9339110.

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

Color convert

RGB230128142-
CMYK00.440.380.10
HSL351.76º67.11%70.2%-
HSV(B)351.76º44.35%90.2%-
XYZ45.2334.2129.81-
YUV160.09117.79177.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=46%
G=25.6%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012814200.440.380.10351.7667.1170.2
HexE6808E02C26A1604346
Octal3462002160544612540103106
Binary1110011010000000100011100101100100110101010110000010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6808E; }

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

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

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

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

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

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

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

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