#E68384

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

Shades of Carissma #E68384

Tints of Carissma #E68384

Color information

#E68384 (or 0xE68384) is unknown color: approx Carissma. HEX triplet: E6, 83 and 84. RGB value is (230,131,132). Sum of RGB (Red+Green+Blue) = 230+131+132=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E68384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68384 is #197C7B. Grayscale: #A0A0A0. Windows color (decimal): -1670268 or 8684518. OLE color: 8684518.

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

Color convert

RGB230131132-
CMYK00.430.430.10
HSL359.39º66.44%70.78%-
HSV(B)359.39º43.04%90.2%-
XYZ44.9134.7226.16-
YUV160.71111.8177.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.65%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=46.65%
G=26.57%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013113200.430.430.10359.3966.4470.78
HexE6838402B2BA1674247
Octal3462032040535312547102107
Binary1110011010000011100001000101011101011101010110011110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68384; }

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

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

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

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

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

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

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

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