#EB8487

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

Shades of Carissma #EB8487

Tints of Carissma #EB8487

Color information

#EB8487 (or 0xEB8487) is unknown color: approx Carissma. HEX triplet: EB, 84 and 87. RGB value is (235,132,135). Sum of RGB (Red+Green+Blue) = 235+132+135=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8487 is #147B78. Grayscale: #A3A3A3. Windows color (decimal): -1342329 or 8881387. OLE color: 8881387.

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

Color convert

RGB235132135-
CMYK00.440.430.08
HSL358.25º72.03%71.96%-
HSV(B)358.25º43.83%92.16%-
XYZ46.8935.9127.38-
YUV163.14112.12179.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.81%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=46.81%
G=26.29%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513213500.440.430.08358.2572.0371.96
HexEB848702C2B81664848
Octal3532042070545310546110110
Binary1110101110000100100001110101100101011100010110011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8487; }

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

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

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

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

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

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

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

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