#EB8395

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

Shades of Carissma #EB8395

Tints of Carissma #EB8395

Color information

#EB8395 (or 0xEB8395) is unknown color: approx Carissma. HEX triplet: EB, 83 and 95. RGB value is (235,131,149). Sum of RGB (Red+Green+Blue) = 235+131+149=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8395 is #147C6A. Grayscale: #A4A4A4. Windows color (decimal): -1342571 or 9798635. OLE color: 9798635.

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

Color convert

RGB235131149-
CMYK00.440.370.08
HSL349.62º72.22%71.76%-
HSV(B)349.62º44.26%92.16%-
XYZ47.836.0632.88-
YUV164.15119.46178.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=45.63%
G=25.44%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513114900.440.370.08349.6272.2271.76
HexEB839502C25815e4848
Octal3532032250544510536110110
Binary1110101110000011100101010101100100101100010101111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8395; }

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

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

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

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

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

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

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

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