#E8828D

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

Shades of Carissma #E8828D

Tints of Carissma #E8828D

Color information

#E8828D (or 0xE8828D) is unknown color: approx Carissma. HEX triplet: E8, 82 and 8D. RGB value is (232,130,141). Sum of RGB (Red+Green+Blue) = 232+130+141=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8828D is #177D72. Grayscale: #A1A1A1. Windows color (decimal): -1539443 or 9274088. OLE color: 9274088.

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

Color convert

RGB232130141-
CMYK00.440.390.09
HSL353.53º68.92%70.98%-
HSV(B)353.53º43.97%90.98%-
XYZ46.0735.0429.54-
YUV161.75116.29178.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.12%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=46.12%
G=25.84%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213014100.440.390.09353.5368.9270.98
HexE8828D02C2791624547
Octal3502022150544711542105107
Binary1110100010000010100011010101100100111100110110001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8828D; }

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

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

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

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

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

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

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

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