#eb788d

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

Shades of Carissma #EB788D

Tints of Carissma #EB788D

Color information

#EB788D (or 0xEB788D) is unknown color: approx Carissma. HEX triplet: EB, 78 and 8D. RGB value is (235,120,141). Sum of RGB (Red+Green+Blue) = 235+120+141=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB788D is #148772. Grayscale: #9C9C9C. Windows color (decimal): -1345395 or 9271531. OLE color: 9271531.

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

Color convert

RGB235120141-
CMYK00.490.40.08
HSL349.04º74.19%69.61%-
HSV(B)349.04º48.94%92.16%-
XYZ45.7933.0229.16-
YUV156.78119.1183.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=47.38%
G=24.19%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512014100.490.40.08349.0474.1969.61
HexEB788D03128815d4a46
Octal3531702150615010535112106
Binary111010111111000100011010110001101000100010101110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb788d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb788d; }

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

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

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

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

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

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

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

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