#EB8385

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

Shades of Carissma #EB8385

Tints of Carissma #EB8385

Color information

#EB8385 (or 0xEB8385) is unknown color: approx Carissma. HEX triplet: EB, 83 and 85. RGB value is (235,131,133). Sum of RGB (Red+Green+Blue) = 235+131+133=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8385 is #147C7A. Grayscale: #A2A2A2. Windows color (decimal): -1342587 or 8750059. OLE color: 8750059.

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

Color convert

RGB235131133-
CMYK00.440.430.08
HSL358.85º72.22%71.76%-
HSV(B)358.85º44.26%92.16%-
XYZ46.6135.5926.6-
YUV162.32111.46179.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=47.09%
G=26.25%
B=26.65%

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
Decimal23513113300.440.430.08358.8572.2271.76
HexEB838502C2B81674848
Octal3532032050545310547110110
Binary1110101110000011100001010101100101011100010110011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8385; }

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

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

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

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

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

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

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

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