#E88290

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

Shades of Carissma #E88290

Tints of Carissma #E88290

Color information

#E88290 (or 0xE88290) is unknown color: approx Carissma. HEX triplet: E8, 82 and 90. RGB value is (232,130,144). Sum of RGB (Red+Green+Blue) = 232+130+144=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E88290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88290 is #177D6F. Grayscale: #A2A2A2. Windows color (decimal): -1539440 or 9470696. OLE color: 9470696.

HSL color Cylindrical-coordinate representation of color #E88290: hue angle of 351.76º degrees, saturation: 0.69, 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 #E88290 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB232130144-
CMYK00.440.380.09
HSL351.76º68.92%70.98%-
HSV(B)351.76º43.97%90.98%-
XYZ46.335.1330.73-
YUV162.09117.79177.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.85%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=45.85%
G=25.69%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213014400.440.380.09351.7668.9270.98
HexE8829002C2691604547
Octal3502022200544611540105107
Binary1110100010000010100100000101100100110100110110000010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88290; }

 p { color: rgb(232,130,144); }

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

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

 a { background-color: rgb(232,130,144); }

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

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

 span { border-color: rgb(232,130,144); }

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