#EB8688

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

Shades of Carissma #EB8688

Tints of Carissma #EB8688

Color information

#EB8688 (or 0xEB8688) is unknown color: approx Carissma. HEX triplet: EB, 86 and 88. RGB value is (235,134,136). Sum of RGB (Red+Green+Blue) = 235+134+136=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8688 is #147977. Grayscale: #A4A4A4. Windows color (decimal): -1341816 or 8947435. OLE color: 8947435.

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

Color convert

RGB235134136-
CMYK00.430.420.08
HSL358.81º71.63%72.35%-
HSV(B)358.81º42.98%92.16%-
XYZ47.2336.4927.85-
YUV164.43111.96178.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=46.53%
G=26.53%
B=26.93%

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
Decimal23513413600.430.420.08358.8171.6372.35
HexEB868802B2A81674848
Octal3532062100535210547110110
Binary1110101110000110100010000101011101010100010110011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8688; }

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

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

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

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

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

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

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

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