#E6818D

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

Shades of Carissma #E6818D

Tints of Carissma #E6818D

Color information

#E6818D (or 0xE6818D) is unknown color: approx Carissma. HEX triplet: E6, 81 and 8D. RGB value is (230,129,141). Sum of RGB (Red+Green+Blue) = 230+129+141=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6818D is #197E72. Grayscale: #A0A0A0. Windows color (decimal): -1670771 or 9273830. OLE color: 9273830.

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

Color convert

RGB230129141-
CMYK00.440.390.10
HSL352.87º66.89%70.39%-
HSV(B)352.87º43.91%90.2%-
XYZ45.2934.4529.46-
YUV160.57116.96177.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=46%
G=25.8%
B=28.2%

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
Decimal23012914100.440.390.10352.8766.8970.39
HexE6818D02C27A1614346
Octal3462012150544712541103106
Binary1110011010000001100011010101100100111101010110000110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6818D; }

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

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

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

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

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

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

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

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