#EB7D9C

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

Shades of Carissma #EB7D9C

Tints of Carissma #EB7D9C

Color information

#EB7D9C (or 0xEB7D9C) is unknown color: approx Carissma. HEX triplet: EB, 7D and 9C. RGB value is (235,125,156). Sum of RGB (Red+Green+Blue) = 235+125+156=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D9C is #148263. Grayscale: #A1A1A1. Windows color (decimal): -1344100 or 10255851. OLE color: 10255851.

HSL color Cylindrical-coordinate representation of color #EB7D9C: hue angle of 343.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7D9C is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235125156-
CMYK00.470.340.08
HSL343.09º73.33%70.59%-
HSV(B)343.09º46.81%92.16%-
XYZ47.634.7335.65-
YUV161.42124.94180.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=45.54%
G=24.22%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512515600.470.340.08343.0973.3370.59
HexEB7D9C02F2281574947
Octal3531752340574210527111107
Binary111010111111101100111000101111100010100010101011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7D9C; }

 p { color: rgb(235,125,156); }

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

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

 a { background-color: rgb(235,125,156); }

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

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

 span { border-color: rgb(235,125,156); }

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