#EB7D98

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

Shades of Carissma #EB7D98

Tints of Carissma #EB7D98

Color information

#EB7D98 (or 0xEB7D98) is unknown color: approx Carissma. HEX triplet: EB, 7D and 98. RGB value is (235,125,152). Sum of RGB (Red+Green+Blue) = 235+125+152=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D98 is #148267. Grayscale: #A0A0A0. Windows color (decimal): -1344104 or 9993707. OLE color: 9993707.

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

Color convert

RGB235125152-
CMYK00.470.350.08
HSL345.27º73.33%70.59%-
HSV(B)345.27º46.81%92.16%-
XYZ47.2634.633.89-
YUV160.97122.94180.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=45.90%
G=24.41%
B=29.69%

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
Decimal23512515200.470.350.08345.2773.3370.59
HexEB7D9802F2381594947
Octal3531752300574310531111107
Binary111010111111101100110000101111100011100010101100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7D98; }

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

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

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

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

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

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

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

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