#EB8689

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

Shades of Carissma #EB8689

Tints of Carissma #EB8689

Color information

#EB8689 (or 0xEB8689) is unknown color: approx Carissma. HEX triplet: EB, 86 and 89. RGB value is (235,134,137). Sum of RGB (Red+Green+Blue) = 235+134+137=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8689 is #147976. Grayscale: #A4A4A4. Windows color (decimal): -1341815 or 9012971. OLE color: 9012971.

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

Color convert

RGB235134137-
CMYK00.430.420.08
HSL358.22º71.63%72.35%-
HSV(B)358.22º42.98%92.16%-
XYZ47.336.5228.22-
YUV164.54112.46178.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=46.44%
G=26.48%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513413700.430.420.08358.2271.6372.35
HexEB868902B2A81664848
Octal3532062110535210546110110
Binary1110101110000110100010010101011101010100010110011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8689; }

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

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

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

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

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

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

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

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