#E98293

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

Shades of Carissma #E98293

Tints of Carissma #E98293

Color information

#E98293 (or 0xE98293) is unknown color: approx Carissma. HEX triplet: E9, 82 and 93. RGB value is (233,130,147). Sum of RGB (Red+Green+Blue) = 233+130+147=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E98293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98293 is #167D6C. Grayscale: #A2A2A2. Windows color (decimal): -1473901 or 9667305. OLE color: 9667305.

HSL color Cylindrical-coordinate representation of color #E98293: hue angle of 350.1º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E98293 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB233130147-
CMYK00.440.370.09
HSL350.1º70.07%71.18%-
HSV(B)350.1º44.21%91.37%-
XYZ46.8535.431.97-
YUV162.74119.12178.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=45.69%
G=25.49%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313014700.440.370.09350.170.0771.18
HexE9829302C25915e4647
Octal3512022230544511536106107
Binary1110100110000010100100110101100100101100110101111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98293; }

 p { color: rgb(233,130,147); }

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

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

 a { background-color: rgb(233,130,147); }

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

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

 span { border-color: rgb(233,130,147); }

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