#EB8384

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

Shades of Carissma #EB8384

Tints of Carissma #EB8384

Color information

#EB8384 (or 0xEB8384) is unknown color: approx Carissma. HEX triplet: EB, 83 and 84. RGB value is (235,131,132). Sum of RGB (Red+Green+Blue) = 235+131+132=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8384 is #147C7B. Grayscale: #A2A2A2. Windows color (decimal): -1342588 or 8684523. OLE color: 8684523.

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

Color convert

RGB235131132-
CMYK00.440.440.08
HSL359.42º72.22%71.76%-
HSV(B)359.42º44.26%92.16%-
XYZ46.5435.5626.24-
YUV162.21110.96179.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.19%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=47.19%
G=26.31%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513113200.440.440.08359.4272.2271.76
HexEB838402C2C81674848
Octal3532032040545410547110110
Binary1110101110000011100001000101100101100100010110011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8384; }

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

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

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

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

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

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

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

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