#EB7898

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

Shades of Carissma #EB7898

Tints of Carissma #EB7898

Color information

#EB7898 (or 0xEB7898) is unknown color: approx Carissma. HEX triplet: EB, 78 and 98. RGB value is (235,120,152). Sum of RGB (Red+Green+Blue) = 235+120+152=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7898 is #148767. Grayscale: #9E9E9E. Windows color (decimal): -1345384 or 9992427. OLE color: 9992427.

HSL color Cylindrical-coordinate representation of color #EB7898: hue angle of 343.3º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB7898 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235120152-
CMYK00.490.350.08
HSL343.3º74.19%69.61%-
HSV(B)343.3º48.94%92.16%-
XYZ46.6433.3633.69-
YUV158.03124.6182.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=46.35%
G=23.67%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512015200.490.350.08343.374.1969.61
HexEB78980312381574a46
Octal3531702300614310527112106
Binary111010111111000100110000110001100011100010101011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7898; }

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

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

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

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

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

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

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

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