#E68185

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

Shades of Carissma #E68185

Tints of Carissma #E68185

Color information

#E68185 (or 0xE68185) is unknown color: approx Carissma. HEX triplet: E6, 81 and 85. RGB value is (230,129,133). Sum of RGB (Red+Green+Blue) = 230+129+133=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E68185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68185 is #197E7A. Grayscale: #9F9F9F. Windows color (decimal): -1670779 or 8749542. OLE color: 8749542.

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

Color convert

RGB230129133-
CMYK00.440.420.10
HSL357.62º66.89%70.39%-
HSV(B)357.62º43.91%90.2%-
XYZ44.7234.2226.44-
YUV159.66112.96178.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=46.75%
G=26.22%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012913300.440.420.10357.6266.8970.39
HexE6818502C2AA1664346
Octal3462012050545212546103106
Binary1110011010000001100001010101100101010101010110011010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68185; }

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

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

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

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

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

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

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

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