#EB848E

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

Shades of Carissma #EB848E

Tints of Carissma #EB848E

Color information

#EB848E (or 0xEB848E) is unknown color: approx Carissma. HEX triplet: EB, 84 and 8E. RGB value is (235,132,142). Sum of RGB (Red+Green+Blue) = 235+132+142=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB848E is #147B71. Grayscale: #A4A4A4. Windows color (decimal): -1342322 or 9340139. OLE color: 9340139.

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

Color convert

RGB235132142-
CMYK00.440.400.08
HSL354.17º72.03%71.96%-
HSV(B)354.17º43.83%92.16%-
XYZ47.3936.1230.06-
YUV163.94115.62178.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=46.17%
G=25.93%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513214200.440.400.08354.1772.0371.96
HexEB848E02C2881624848
Octal3532042160545010542110110
Binary1110101110000100100011100101100101000100010110001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB848E; }

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

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

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

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

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

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

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

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