#EB819B

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

Shades of Carissma #EB819B

Tints of Carissma #EB819B

Color information

#EB819B (or 0xEB819B) is unknown color: approx Carissma. HEX triplet: EB, 81 and 9B. RGB value is (235,129,155). Sum of RGB (Red+Green+Blue) = 235+129+155=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB819B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB819B is #147E64. Grayscale: #A3A3A3. Windows color (decimal): -1343077 or 10191339. OLE color: 10191339.

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

Color convert

RGB235129155-
CMYK00.450.340.08
HSL345.28º72.6%71.37%-
HSV(B)345.28º45.11%92.16%-
XYZ48.0335.7335.38-
YUV163.66123.12178.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=45.28%
G=24.86%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512915500.450.340.08345.2872.671.37
HexEB819B02D2281594947
Octal3532012330554210531111107
Binary1110101110000001100110110101101100010100010101100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB819B; }

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

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

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

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

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

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

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

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