#E6809E

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

Shades of Carissma #E6809E

Tints of Carissma #E6809E

Color information

#E6809E (or 0xE6809E) is unknown color: approx Carissma. HEX triplet: E6, 80 and 9E. RGB value is (230,128,158). Sum of RGB (Red+Green+Blue) = 230+128+158=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6809E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6809E is #197F61. Grayscale: #A1A1A1. Windows color (decimal): -1671010 or 10387686. OLE color: 10387686.

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

Color convert

RGB230128158-
CMYK00.440.310.10
HSL342.35º67.11%70.2%-
HSV(B)342.35º44.35%90.2%-
XYZ46.5234.7336.6-
YUV161.92125.79176.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.57%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=44.57%
G=24.81%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012815800.440.310.10342.3567.1170.2
HexE6809E02C1FA1564346
Octal3462002360543712526103106
Binary111001101000000010011110010110011111101010101011010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6809E; }

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

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

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

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

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

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

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

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