#EB7496

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

Shades of Carissma #EB7496

Tints of Carissma #EB7496

Color information

#EB7496 (or 0xEB7496) is unknown color: approx Carissma. HEX triplet: EB, 74 and 96. RGB value is (235,116,150). Sum of RGB (Red+Green+Blue) = 235+116+150=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7496 is #148B69. Grayscale: #9B9B9B. Windows color (decimal): -1346410 or 9860331. OLE color: 9860331.

HSL color Cylindrical-coordinate representation of color #EB7496: hue angle of 342.86º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB7496 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235116150-
CMYK00.510.360.08
HSL342.86º74.84%68.82%-
HSV(B)342.86º50.64%92.16%-
XYZ46.0132.3532.67-
YUV155.46124.92184.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=46.91%
G=23.15%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511615000.510.360.08342.8674.8468.82
HexEB74960332481574b45
Octal3531642260634410527113105
Binary111010111110100100101100110011100100100010101011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7496; }

 p { color: rgb(235,116,150); }

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

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

 a { background-color: rgb(235,116,150); }

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

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

 span { border-color: rgb(235,116,150); }

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