#EB8184

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

Shades of Carissma #EB8184

Tints of Carissma #EB8184

Color information

#EB8184 (or 0xEB8184) is unknown color: approx Carissma. HEX triplet: EB, 81 and 84. RGB value is (235,129,132). Sum of RGB (Red+Green+Blue) = 235+129+132=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8184 is #147E7B. Grayscale: #A1A1A1. Windows color (decimal): -1343100 or 8684011. OLE color: 8684011.

HSL color Cylindrical-coordinate representation of color #EB8184: hue angle of 358.3º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8184 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235129132-
CMYK00.450.440.08
HSL358.3º72.6%71.37%-
HSV(B)358.3º45.11%92.16%-
XYZ46.2835.0326.15-
YUV161.04111.62180.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=47.38%
G=26.01%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512913200.450.440.08358.372.671.37
HexEB818402D2C81664947
Octal3532012040555410546111107
Binary1110101110000001100001000101101101100100010110011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8184; }

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

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

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

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

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

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

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

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