#EB8698

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

Shades of Carissma #EB8698

Tints of Carissma #EB8698

Color information

#EB8698 (or 0xEB8698) is unknown color: approx Carissma. HEX triplet: EB, 86 and 98. RGB value is (235,134,152). Sum of RGB (Red+Green+Blue) = 235+134+152=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8698 is #147967. Grayscale: #A6A6A6. Windows color (decimal): -1341800 or 9996011. OLE color: 9996011.

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

Color convert

RGB235134152-
CMYK00.430.350.08
HSL349.31º71.63%72.35%-
HSV(B)349.31º42.98%92.16%-
XYZ48.4536.9834.29-
YUV166.25119.96177.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=45.11%
G=25.72%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513415200.430.350.08349.3171.6372.35
HexEB869802B23815d4848
Octal3532062300534310535110110
Binary1110101110000110100110000101011100011100010101110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8698; }

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

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

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

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

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

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

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

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