#eb7895

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

Shades of Carissma #EB7895

Tints of Carissma #EB7895

Color information

#EB7895 (or 0xEB7895) is unknown color: approx Carissma. HEX triplet: EB, 78 and 95. RGB value is (235,120,149). Sum of RGB (Red+Green+Blue) = 235+120+149=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7895 is #14876A. Grayscale: #9D9D9D. Windows color (decimal): -1345387 or 9795819. OLE color: 9795819.

HSL color Cylindrical-coordinate representation of color #EB7895: hue angle of 344.87º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB7895 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235120149-
CMYK00.490.370.08
HSL344.87º74.19%69.61%-
HSV(B)344.87º48.94%92.16%-
XYZ46.433.2732.41-
YUV157.69123.1183.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=46.63%
G=23.81%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512014900.490.370.08344.8774.1969.61
HexEB78950312581594a46
Octal3531702250614510531112106
Binary111010111111000100101010110001100101100010101100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7895; }

 p { color: rgb(235,120,149); }

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

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

 a { background-color: rgb(235,120,149); }

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

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

 span { border-color: rgb(235,120,149); }

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