#EB849A

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

Shades of Carissma #EB849A

Tints of Carissma #EB849A

Color information

#EB849A (or 0xEB849A) is unknown color: approx Carissma. HEX triplet: EB, 84 and 9A. RGB value is (235,132,154). Sum of RGB (Red+Green+Blue) = 235+132+154=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB849A is #147B65. Grayscale: #A5A5A5. Windows color (decimal): -1342310 or 10126571. OLE color: 10126571.

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

Color convert

RGB235132154-
CMYK00.440.340.08
HSL347.18º72.03%71.96%-
HSV(B)347.18º43.83%92.16%-
XYZ48.3436.535.07-
YUV165.3121.62177.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=45.11%
G=25.34%
B=29.56%

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
Decimal23513215400.440.340.08347.1872.0371.96
HexEB849A02C22815b4848
Octal3532042320544210533110110
Binary1110101110000100100110100101100100010100010101101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB849A; }

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

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

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

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

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

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

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

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