#EB799E

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

Shades of Carissma #EB799E

Tints of Carissma #EB799E

Color information

#EB799E (or 0xEB799E) is unknown color: approx Carissma. HEX triplet: EB, 79 and 9E. RGB value is (235,121,158). Sum of RGB (Red+Green+Blue) = 235+121+158=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB799E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB799E is #148661. Grayscale: #9F9F9F. Windows color (decimal): -1345122 or 10385899. OLE color: 10385899.

HSL color Cylindrical-coordinate representation of color #EB799E: hue angle of 340.53º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB799E is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235121158-
CMYK00.490.330.08
HSL340.53º74.03%69.8%-
HSV(B)340.53º48.51%92.16%-
XYZ47.2733.8136.38-
YUV159.3127.27181.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.72%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=45.72%
G=23.54%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512115800.490.330.08340.5374.0369.8
HexEB799E0312181554a46
Octal3531712360614110525112106
Binary111010111111001100111100110001100001100010101010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB799E; }

 p { color: rgb(235,121,158); }

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

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

 a { background-color: rgb(235,121,158); }

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

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

 span { border-color: rgb(235,121,158); }

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