#EB819E

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

Shades of Carissma #EB819E

Tints of Carissma #EB819E

Color information

#EB819E (or 0xEB819E) is unknown color: approx Carissma. HEX triplet: EB, 81 and 9E. RGB value is (235,129,158). Sum of RGB (Red+Green+Blue) = 235+129+158=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB819E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB819E is #147E61. Grayscale: #A3A3A3. Windows color (decimal): -1343074 or 10387947. OLE color: 10387947.

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

Color convert

RGB235129158-
CMYK00.450.330.08
HSL343.58º72.6%71.37%-
HSV(B)343.58º45.11%92.16%-
XYZ48.2835.8336.72-
YUV164124.62178.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=45.02%
G=24.71%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512915800.450.330.08343.5872.671.37
HexEB819E02D2181584947
Octal3532012360554110530111107
Binary1110101110000001100111100101101100001100010101100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB819E; }

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

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

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

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

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

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

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

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