#EB849C

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

Shades of Carissma #EB849C

Tints of Carissma #EB849C

Color information

#EB849C (or 0xEB849C) is unknown color: approx Carissma. HEX triplet: EB, 84 and 9C. RGB value is (235,132,156). Sum of RGB (Red+Green+Blue) = 235+132+156=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB849C is #147B63. Grayscale: #A5A5A5. Windows color (decimal): -1342308 or 10257643. OLE color: 10257643.

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

Color convert

RGB235132156-
CMYK00.440.340.08
HSL346.02º72.03%71.96%-
HSV(B)346.02º43.83%92.16%-
XYZ48.5136.5635.95-
YUV165.53122.62177.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=44.93%
G=25.24%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513215600.440.340.08346.0272.0371.96
HexEB849C02C22815a4848
Octal3532042340544210532110110
Binary1110101110000100100111000101100100010100010101101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB849C; }

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

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

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

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

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

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

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

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