#E68294

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

Shades of Carissma #E68294

Tints of Carissma #E68294

Color information

#E68294 (or 0xE68294) is unknown color: approx Carissma. HEX triplet: E6, 82 and 94. RGB value is (230,130,148). Sum of RGB (Red+Green+Blue) = 230+130+148=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E68294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68294 is #197D6B. Grayscale: #A1A1A1. Windows color (decimal): -1670508 or 9732838. OLE color: 9732838.

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

Color convert

RGB230130148-
CMYK00.430.360.10
HSL349.2º66.67%70.59%-
HSV(B)349.2º43.48%90.2%-
XYZ45.9634.9332.34-
YUV161.95120.13176.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.28%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=45.28%
G=25.59%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013014800.430.360.10349.266.6770.59
HexE6829402B24A15d4347
Octal3462022240534412535103107
Binary1110011010000010100101000101011100100101010101110110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68294; }

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

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

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

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

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

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

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

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