#E68192

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

Shades of Carissma #E68192

Tints of Carissma #E68192

Color information

#E68192 (or 0xE68192) is unknown color: approx Carissma. HEX triplet: E6, 81 and 92. RGB value is (230,129,146). Sum of RGB (Red+Green+Blue) = 230+129+146=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E68192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68192 is #197E6D. Grayscale: #A1A1A1. Windows color (decimal): -1670766 or 9601510. OLE color: 9601510.

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

Color convert

RGB230129146-
CMYK00.440.370.10
HSL349.9º66.89%70.39%-
HSV(B)349.9º43.91%90.2%-
XYZ45.6734.631.47-
YUV161.14119.46177.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=45.54%
G=25.54%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012914600.440.370.10349.966.8970.39
HexE6819202C25A15e4346
Octal3462012220544512536103106
Binary1110011010000001100100100101100100101101010101111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68192; }

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

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

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

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

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

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

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

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