#EB7795

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

Shades of Carissma #EB7795

Tints of Carissma #EB7795

Color information

#EB7795 (or 0xEB7795) is unknown color: approx Carissma. HEX triplet: EB, 77 and 95. RGB value is (235,119,149). Sum of RGB (Red+Green+Blue) = 235+119+149=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7795 is #14886A. Grayscale: #9D9D9D. Windows color (decimal): -1345643 or 9795563. OLE color: 9795563.

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

Color convert

RGB235119149-
CMYK00.490.370.08
HSL344.48º74.36%69.41%-
HSV(B)344.48º49.36%92.16%-
XYZ46.2833.0332.37-
YUV157.1123.43183.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=46.72%
G=23.66%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511914900.490.370.08344.4874.3669.41
HexEB77950312581584a45
Octal3531672250614510530112105
Binary111010111110111100101010110001100101100010101100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7795; }

 p { color: rgb(235,119,149); }

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

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

 a { background-color: rgb(235,119,149); }

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

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

 span { border-color: rgb(235,119,149); }

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