#E68298

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

Shades of Carissma #E68298

Tints of Carissma #E68298

Color information

#E68298 (or 0xE68298) is unknown color: approx Carissma. HEX triplet: E6, 82 and 98. RGB value is (230,130,152). Sum of RGB (Red+Green+Blue) = 230+130+152=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E68298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68298 is #197D67. Grayscale: #A2A2A2. Windows color (decimal): -1670504 or 9994982. OLE color: 9994982.

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

Color convert

RGB230130152-
CMYK00.430.340.10
HSL346.8º66.67%70.59%-
HSV(B)346.8º43.48%90.2%-
XYZ46.2835.0634.03-
YUV162.41122.13176.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=44.92%
G=25.39%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013015200.430.340.10346.866.6770.59
HexE6829802B22A15b4347
Octal3462022300534212533103107
Binary1110011010000010100110000101011100010101010101101110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68298; }

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

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

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

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

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

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

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

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