#EB829C

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

Shades of Carissma #EB829C

Tints of Carissma #EB829C

Color information

#EB829C (or 0xEB829C) is unknown color: approx Carissma. HEX triplet: EB, 82 and 9C. RGB value is (235,130,156). Sum of RGB (Red+Green+Blue) = 235+130+156=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB829C is #147D63. Grayscale: #A4A4A4. Windows color (decimal): -1342820 or 10257131. OLE color: 10257131.

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

Color convert

RGB235130156-
CMYK00.450.340.08
HSL345.14º72.41%71.57%-
HSV(B)345.14º44.68%92.16%-
XYZ48.2436.0335.86-
YUV164.36123.29178.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=45.11%
G=24.95%
B=29.94%

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
Decimal23513015600.450.340.08345.1472.4171.57
HexEB829C02D2281594848
Octal3532022340554210531110110
Binary1110101110000010100111000101101100010100010101100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB829C; }

 p { color: rgb(235,130,156); }

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

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

 a { background-color: rgb(235,130,156); }

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

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

 span { border-color: rgb(235,130,156); }

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