#EB7793

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

Shades of Carissma #EB7793

Tints of Carissma #EB7793

Color information

#EB7793 (or 0xEB7793) is unknown color: approx Carissma. HEX triplet: EB, 77 and 93. RGB value is (235,119,147). Sum of RGB (Red+Green+Blue) = 235+119+147=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7793 is #14886C. Grayscale: #9C9C9C. Windows color (decimal): -1345645 or 9664491. OLE color: 9664491.

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

Color convert

RGB235119147-
CMYK00.490.370.08
HSL345.52º74.36%69.41%-
HSV(B)345.52º49.36%92.16%-
XYZ46.1232.9631.54-
YUV156.88122.43183.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 119 (46.88% from 255) = 23.75%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=46.91%
G=23.75%
B=29.34%

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
Decimal23511914700.490.370.08345.5274.3669.41
HexEB779303125815a4a45
Octal3531672230614510532112105
Binary111010111110111100100110110001100101100010101101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7793; }

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

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

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

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

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

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

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

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