#EB7D99

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

Shades of Carissma #EB7D99

Tints of Carissma #EB7D99

Color information

#EB7D99 (or 0xEB7D99) is unknown color: approx Carissma. HEX triplet: EB, 7D and 99. RGB value is (235,125,153). Sum of RGB (Red+Green+Blue) = 235+125+153=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D99 is #148266. Grayscale: #A1A1A1. Windows color (decimal): -1344103 or 10059243. OLE color: 10059243.

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

Color convert

RGB235125153-
CMYK00.470.350.08
HSL344.73º73.33%70.59%-
HSV(B)344.73º46.81%92.16%-
XYZ47.3434.6334.33-
YUV161.08123.44180.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=45.81%
G=24.37%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512515300.470.350.08344.7373.3370.59
HexEB7D9902F2381594947
Octal3531752310574310531111107
Binary111010111111101100110010101111100011100010101100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7D99; }

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

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

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

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

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

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

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

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