#EB818D

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

Shades of Carissma #EB818D

Tints of Carissma #EB818D

Color information

#EB818D (or 0xEB818D) is unknown color: approx Carissma. HEX triplet: EB, 81 and 8D. RGB value is (235,129,141). Sum of RGB (Red+Green+Blue) = 235+129+141=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB818D is #147E72. Grayscale: #A2A2A2. Windows color (decimal): -1343091 or 9273835. OLE color: 9273835.

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

Color convert

RGB235129141-
CMYK00.450.40.08
HSL353.21º72.6%71.37%-
HSV(B)353.21º45.11%92.16%-
XYZ46.9235.2929.54-
YUV162.06116.12180.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=46.53%
G=25.54%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512914100.450.40.08353.2172.671.37
HexEB818D02D2881614947
Octal3532012150555010541111107
Binary1110101110000001100011010101101101000100010110000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB818D; }

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

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

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

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

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

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

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

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