#EB7D9D

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

Shades of Carissma #EB7D9D

Tints of Carissma #EB7D9D

Color information

#EB7D9D (or 0xEB7D9D) is unknown color: approx Carissma. HEX triplet: EB, 7D and 9D. RGB value is (235,125,157). Sum of RGB (Red+Green+Blue) = 235+125+157=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D9D is #148262. Grayscale: #A1A1A1. Windows color (decimal): -1344099 or 10321387. OLE color: 10321387.

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

Color convert

RGB235125157-
CMYK00.470.330.08
HSL342.55º73.33%70.59%-
HSV(B)342.55º46.81%92.16%-
XYZ47.6834.7636.1-
YUV161.54125.44180.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=45.45%
G=24.18%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512515700.470.330.08342.5573.3370.59
HexEB7D9D02F2181574947
Octal3531752350574110527111107
Binary111010111111101100111010101111100001100010101011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7D9D; }

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

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

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

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

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

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

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

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