#E68393

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

Shades of Carissma #E68393

Tints of Carissma #E68393

Color information

#E68393 (or 0xE68393) is unknown color: approx Carissma. HEX triplet: E6, 83 and 93. RGB value is (230,131,147). Sum of RGB (Red+Green+Blue) = 230+131+147=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E68393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68393 is #197C6C. Grayscale: #A2A2A2. Windows color (decimal): -1670253 or 9667558. OLE color: 9667558.

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

Color convert

RGB230131147-
CMYK00.430.360.10
HSL350.3º66.44%70.78%-
HSV(B)350.3º43.04%90.2%-
XYZ46.0235.1631.97-
YUV162.42119.3176.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.28%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=45.28%
G=25.79%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013114700.430.360.10350.366.4470.78
HexE6839302B24A15e4247
Octal3462032230534412536102107
Binary1110011010000011100100110101011100100101010101111010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68393; }

 p { color: rgb(230,131,147); }

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

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

 a { background-color: rgb(230,131,147); }

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

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

 span { border-color: rgb(230,131,147); }

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