#EB858B

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

Shades of Carissma #EB858B

Tints of Carissma #EB858B

Color information

#EB858B (or 0xEB858B) is unknown color: approx Carissma. HEX triplet: EB, 85 and 8B. RGB value is (235,133,139). Sum of RGB (Red+Green+Blue) = 235+133+139=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB858B is #147A74. Grayscale: #A4A4A4. Windows color (decimal): -1342069 or 9143787. OLE color: 9143787.

HSL color Cylindrical-coordinate representation of color #EB858B: hue angle of 356.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB858B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235133139-
CMYK00.430.410.08
HSL356.47º71.83%72.16%-
HSV(B)356.47º43.4%92.16%-
XYZ47.3136.328.94-
YUV164.18113.79178.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=46.35%
G=26.23%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513313900.430.410.08356.4771.8372.16
HexEB858B02B2981644848
Octal3532052130535110544110110
Binary1110101110000101100010110101011101001100010110010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB858B; }

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

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

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

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

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

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

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

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