#E6809C

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

Shades of Carissma #E6809C

Tints of Carissma #E6809C

Color information

#E6809C (or 0xE6809C) is unknown color: approx Carissma. HEX triplet: E6, 80 and 9C. RGB value is (230,128,156). Sum of RGB (Red+Green+Blue) = 230+128+156=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6809C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6809C is #197F63. Grayscale: #A1A1A1. Windows color (decimal): -1671012 or 10256614. OLE color: 10256614.

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

Color convert

RGB230128156-
CMYK00.440.320.10
HSL343.53º67.11%70.2%-
HSV(B)343.53º44.35%90.2%-
XYZ46.3534.6635.7-
YUV161.69124.79176.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.75%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=44.75%
G=24.90%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012815600.440.320.10343.5367.1170.2
HexE6809C02C20A1584346
Octal3462002340544012530103106
Binary1110011010000000100111000101100100000101010101100010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6809C; }

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

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

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

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

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

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

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

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