#E68492

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

Shades of Carissma #E68492

Tints of Carissma #E68492

Color information

#E68492 (or 0xE68492) is unknown color: approx Carissma. HEX triplet: E6, 84 and 92. RGB value is (230,132,146). Sum of RGB (Red+Green+Blue) = 230+132+146=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E68492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68492 is #197B6D. Grayscale: #A2A2A2. Windows color (decimal): -1669998 or 9602278. OLE color: 9602278.

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

Color convert

RGB230132146-
CMYK00.430.370.10
HSL351.43º66.22%70.98%-
HSV(B)351.43º42.61%90.2%-
XYZ46.0735.431.6-
YUV162.9118.47175.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.28%
GREEN value IS 132 (51.95% from 255) = 25.98%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=45.28%
G=25.98%
B=28.74%

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
Decimal23013214600.430.370.10351.4366.2270.98
HexE6849202B25A15f4247
Octal3462042220534512537102107
Binary1110011010000100100100100101011100101101010101111110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68492; }

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

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

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

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

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

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

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

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