#E68390

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

Shades of Carissma #E68390

Tints of Carissma #E68390

Color information

#E68390 (or 0xE68390) is unknown color: approx Carissma. HEX triplet: E6, 83 and 90. RGB value is (230,131,144). Sum of RGB (Red+Green+Blue) = 230+131+144=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E68390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68390 is #197C6F. Grayscale: #A2A2A2. Windows color (decimal): -1670256 or 9470950. OLE color: 9470950.

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

Color convert

RGB230131144-
CMYK00.430.370.10
HSL352.12º66.44%70.78%-
HSV(B)352.12º43.04%90.2%-
XYZ45.7835.0730.74-
YUV162.08117.8176.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=45.54%
G=25.94%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013114400.430.370.10352.1266.4470.78
HexE6839002B25A1604247
Octal3462032200534512540102107
Binary1110011010000011100100000101011100101101010110000010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68390; }

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

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

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

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

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

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

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

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