#EB8190

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

Shades of Carissma #EB8190

Tints of Carissma #EB8190

Color information

#EB8190 (or 0xEB8190) is unknown color: approx Carissma. HEX triplet: EB, 81 and 90. RGB value is (235,129,144). Sum of RGB (Red+Green+Blue) = 235+129+144=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8190 is #147E6F. Grayscale: #A2A2A2. Windows color (decimal): -1343088 or 9470443. OLE color: 9470443.

HSL color Cylindrical-coordinate representation of color #EB8190: hue angle of 351.51º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8190 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235129144-
CMYK00.450.390.08
HSL351.51º72.6%71.37%-
HSV(B)351.51º45.11%92.16%-
XYZ47.1535.3830.73-
YUV162.4117.62179.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=46.26%
G=25.39%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512914400.450.390.08351.5172.671.37
HexEB819002D2781604947
Octal3532012200554710540111107
Binary1110101110000001100100000101101100111100010110000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8190; }

 p { color: rgb(235,129,144); }

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

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

 a { background-color: rgb(235,129,144); }

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

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

 span { border-color: rgb(235,129,144); }

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