#E68595

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

Shades of Carissma #E68595

Tints of Carissma #E68595

Color information

#E68595 (or 0xE68595) is unknown color: approx Carissma. HEX triplet: E6, 85 and 95. RGB value is (230,133,149). Sum of RGB (Red+Green+Blue) = 230+133+149=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E68595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68595 is #197A6A. Grayscale: #A3A3A3. Windows color (decimal): -1669739 or 9799142. OLE color: 9799142.

HSL color Cylindrical-coordinate representation of color #E68595: hue angle of 350.1º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68595 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230133149-
CMYK00.420.350.10
HSL350.1º65.99%71.18%-
HSV(B)350.1º42.17%90.2%-
XYZ46.4535.7732.89-
YUV163.83119.64175.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=44.92%
G=25.98%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013314900.420.350.10350.165.9971.18
HexE6859502A23A15e4247
Octal3462052250524312536102107
Binary1110011010000101100101010101010100011101010101111010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68595; }

 p { color: rgb(230,133,149); }

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

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

 a { background-color: rgb(230,133,149); }

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

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

 span { border-color: rgb(230,133,149); }

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