#E6808D

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

Shades of Carissma #E6808D

Tints of Carissma #E6808D

Color information

#E6808D (or 0xE6808D) is unknown color: approx Carissma. HEX triplet: E6, 80 and 8D. RGB value is (230,128,141). Sum of RGB (Red+Green+Blue) = 230+128+141=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6808D is #197F72. Grayscale: #A0A0A0. Windows color (decimal): -1671027 or 9273574. OLE color: 9273574.

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

Color convert

RGB230128141-
CMYK00.440.390.10
HSL352.35º67.11%70.2%-
HSV(B)352.35º44.35%90.2%-
XYZ45.1634.1829.42-
YUV159.98117.29177.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.09%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=46.09%
G=25.65%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012814100.440.390.10352.3567.1170.2
HexE6808D02C27A1604346
Octal3462002150544712540103106
Binary1110011010000000100011010101100100111101010110000010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6808D; }

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

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

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

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

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

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

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

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