#EB7892

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

Shades of Carissma #EB7892

Tints of Carissma #EB7892

Color information

#EB7892 (or 0xEB7892) is unknown color: approx Carissma. HEX triplet: EB, 78 and 92. RGB value is (235,120,146). Sum of RGB (Red+Green+Blue) = 235+120+146=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7892 is #14876D. Grayscale: #9D9D9D. Windows color (decimal): -1345390 or 9599211. OLE color: 9599211.

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

Color convert

RGB235120146-
CMYK00.490.380.08
HSL346.43º74.19%69.61%-
HSV(B)346.43º48.94%92.16%-
XYZ46.1733.1731.16-
YUV157.35121.6183.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=46.91%
G=23.95%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512014600.490.380.08346.4374.1969.61
HexEB789203126815a4a46
Octal3531702220614610532112106
Binary111010111111000100100100110001100110100010101101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7892; }

 p { color: rgb(235,120,146); }

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

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

 a { background-color: rgb(235,120,146); }

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

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

 span { border-color: rgb(235,120,146); }

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