#E68A95

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

Shades of Carissma #E68A95

Tints of Carissma #E68A95

Color information

#E68A95 (or 0xE68A95) is unknown color: approx Carissma. HEX triplet: E6, 8A and 95. RGB value is (230,138,149). Sum of RGB (Red+Green+Blue) = 230+138+149=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A95 is #19756A. Grayscale: #A6A6A6. Windows color (decimal): -1668459 or 9800422. OLE color: 9800422.

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

Color convert

RGB230138149-
CMYK00.40.350.10
HSL352.83º64.79%72.16%-
HSV(B)352.83º40%90.2%-
XYZ47.1537.1733.12-
YUV166.76117.98173.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=44.49%
G=26.69%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013814900.40.350.10352.8364.7972.16
HexE68A9502823A1614148
Octal3462122250504312541101110
Binary1110011010001010100101010101000100011101010110000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A95; }

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

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

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

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

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

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

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

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