#EB8590

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

Shades of Carissma #EB8590

Tints of Carissma #EB8590

Color information

#EB8590 (or 0xEB8590) is unknown color: approx Carissma. HEX triplet: EB, 85 and 90. RGB value is (235,133,144). Sum of RGB (Red+Green+Blue) = 235+133+144=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8590 is #147A6F. Grayscale: #A4A4A4. Windows color (decimal): -1342064 or 9471467. OLE color: 9471467.

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

Color convert

RGB235133144-
CMYK00.430.390.08
HSL353.53º71.83%72.16%-
HSV(B)353.53º43.4%92.16%-
XYZ47.6836.4530.91-
YUV164.75116.29178.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=45.90%
G=25.98%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513314400.430.390.08353.5371.8372.16
HexEB859002B2781624848
Octal3532052200534710542110110
Binary1110101110000101100100000101011100111100010110001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8590; }

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

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

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

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

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

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

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

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