#EB8699

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

Shades of Carissma #EB8699

Tints of Carissma #EB8699

Color information

#EB8699 (or 0xEB8699) is unknown color: approx Carissma. HEX triplet: EB, 86 and 99. RGB value is (235,134,153). Sum of RGB (Red+Green+Blue) = 235+134+153=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8699 is #147966. Grayscale: #A6A6A6. Windows color (decimal): -1341799 or 10061547. OLE color: 10061547.

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

Color convert

RGB235134153-
CMYK00.430.350.08
HSL348.71º71.63%72.35%-
HSV(B)348.71º42.98%92.16%-
XYZ48.5437.0134.72-
YUV166.36120.46176.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=45.02%
G=25.67%
B=29.31%

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
Decimal23513415300.430.350.08348.7171.6372.35
HexEB869902B23815d4848
Octal3532062310534310535110110
Binary1110101110000110100110010101011100011100010101110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8699; }

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

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

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

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

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

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

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

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