#E68299

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

Shades of Carissma #E68299

Tints of Carissma #E68299

Color information

#E68299 (or 0xE68299) is unknown color: approx Carissma. HEX triplet: E6, 82 and 99. RGB value is (230,130,153). Sum of RGB (Red+Green+Blue) = 230+130+153=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E68299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68299 is #197D66. Grayscale: #A2A2A2. Windows color (decimal): -1670503 or 10060518. OLE color: 10060518.

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

Color convert

RGB230130153-
CMYK00.430.330.10
HSL346.2º66.67%70.59%-
HSV(B)346.2º43.48%90.2%-
XYZ46.3735.0934.47-
YUV162.52122.63176.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=44.83%
G=25.34%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013015300.430.330.10346.266.6770.59
HexE6829902B21A15a4347
Octal3462022310534112532103107
Binary1110011010000010100110010101011100001101010101101010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68299; }

 p { color: rgb(230,130,153); }

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

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

 a { background-color: rgb(230,130,153); }

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

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

 span { border-color: rgb(230,130,153); }

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