#E7808D

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

Shades of Carissma #E7808D

Tints of Carissma #E7808D

Color information

#E7808D (or 0xE7808D) is unknown color: approx Carissma. HEX triplet: E7, 80 and 8D. RGB value is (231,128,141). Sum of RGB (Red+Green+Blue) = 231+128+141=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7808D is #187F72. Grayscale: #A0A0A0. Windows color (decimal): -1605491 or 9273575. OLE color: 9273575.

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

Color convert

RGB231128141-
CMYK00.450.390.09
HSL352.43º68.21%70.39%-
HSV(B)352.43º44.59%90.59%-
XYZ45.4834.3529.43-
YUV160.28117.12178.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=46.2%
G=25.6%
B=28.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112814100.450.390.09352.4368.2170.39
HexE7808D02D2791604446
Octal3472002150554711540104106
Binary1110011110000000100011010101101100111100110110000010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7808D; }

 p { color: rgb(231,128,141); }

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

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

 a { background-color: rgb(231,128,141); }

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

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

 span { border-color: rgb(231,128,141); }

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