#E68A93

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

Shades of Carissma #E68A93

Tints of Carissma #E68A93

Color information

#E68A93 (or 0xE68A93) is unknown color: approx Carissma. HEX triplet: E6, 8A and 93. RGB value is (230,138,147). Sum of RGB (Red+Green+Blue) = 230+138+147=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A93 is #19756C. Grayscale: #A6A6A6. Windows color (decimal): -1668461 or 9669350. OLE color: 9669350.

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

Color convert

RGB230138147-
CMYK00.40.360.10
HSL354.13º64.79%72.16%-
HSV(B)354.13º40%90.2%-
XYZ46.9937.1132.29-
YUV166.53116.98173.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.66%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=44.66%
G=26.80%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013814700.40.360.10354.1364.7972.16
HexE68A9302824A1624148
Octal3462122230504412542101110
Binary1110011010001010100100110101000100100101010110001010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A93; }

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

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

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

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

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

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

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

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