#E7808A

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

Shades of Carissma #E7808A

Tints of Carissma #E7808A

Color information

#E7808A (or 0xE7808A) is unknown color: approx Carissma. HEX triplet: E7, 80 and 8A. RGB value is (231,128,138). Sum of RGB (Red+Green+Blue) = 231+128+138=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7808A is #187F75. Grayscale: #A0A0A0. Windows color (decimal): -1605494 or 9076967. OLE color: 9076967.

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

Color convert

RGB231128138-
CMYK00.450.400.09
HSL354.17º68.21%70.39%-
HSV(B)354.17º44.59%90.59%-
XYZ45.2634.2628.27-
YUV159.94115.62178.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.48%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=46.48%
G=25.75%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112813800.450.400.09354.1768.2170.39
HexE7808A02D2891624446
Octal3472002120555011542104106
Binary1110011110000000100010100101101101000100110110001010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7808A; }

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

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

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

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

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

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

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

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