#EB7D94

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

Shades of Carissma #EB7D94

Tints of Carissma #EB7D94

Color information

#EB7D94 (or 0xEB7D94) is unknown color: approx Carissma. HEX triplet: EB, 7D and 94. RGB value is (235,125,148). Sum of RGB (Red+Green+Blue) = 235+125+148=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D94 is #14826B. Grayscale: #A0A0A0. Windows color (decimal): -1344108 or 9731563. OLE color: 9731563.

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

Color convert

RGB235125148-
CMYK00.470.370.08
HSL347.45º73.33%70.59%-
HSV(B)347.45º46.81%92.16%-
XYZ46.9434.4732.2-
YUV160.51120.94181.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=46.26%
G=24.61%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512514800.470.370.08347.4573.3370.59
HexEB7D9402F25815b4947
Octal3531752240574510533111107
Binary111010111111101100101000101111100101100010101101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7D94; }

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

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

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

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

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

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

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

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