#E7828B

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

Shades of Carissma #E7828B

Tints of Carissma #E7828B

Color information

#E7828B (or 0xE7828B) is unknown color: approx Carissma. HEX triplet: E7, 82 and 8B. RGB value is (231,130,139). Sum of RGB (Red+Green+Blue) = 231+130+139=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7828B is #187D74. Grayscale: #A1A1A1. Windows color (decimal): -1604981 or 9143015. OLE color: 9143015.

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

Color convert

RGB231130139-
CMYK00.440.400.09
HSL354.65º67.79%70.78%-
HSV(B)354.65º43.72%90.59%-
XYZ45.634.8228.74-
YUV161.23115.46177.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=46.2%
G=26%
B=27.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113013900.440.400.09354.6567.7970.78
HexE7828B02C2891634447
Octal3472022130545011543104107
Binary1110011110000010100010110101100101000100110110001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7828B; }

 p { color: rgb(231,130,139); }

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

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

 a { background-color: rgb(231,130,139); }

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

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

 span { border-color: rgb(231,130,139); }

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