#EBA3C6

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

Shades of Shocking #EBA3C6

Tints of Shocking #EBA3C6

Color information

#EBA3C6 (or 0xEBA3C6) is unknown color: approx Shocking. HEX triplet: EB, A3 and C6. RGB value is (235,163,198). Sum of RGB (Red+Green+Blue) = 235+163+198=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3C6 is #145C39. Grayscale: #BCBCBC. Windows color (decimal): -1334330 or 13018091. OLE color: 13018091.

HSL color Cylindrical-coordinate representation of color #EBA3C6: hue angle of 330.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA3C6 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235163198-
CMYK00.310.160.08
HSL330.83º64.29%78.04%-
HSV(B)330.83º30.64%92.16%-
XYZ57.5547.9359.64-
YUV188.52133.35161.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 163 (64.06% from 255) = 27.35%
BLUE value IS 198 (77.73% from 255) = 33.22%
R=39.43%
G=27.35%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516319800.310.160.08330.8364.2978.04
HexEBA3C601F10814b404e
Octal3532433060372010513100116
Binary11101011101000111100011001111110000100010100101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3C6; }

 p { color: rgb(235,163,198); }

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

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

 a { background-color: rgb(235,163,198); }

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

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

 span { border-color: rgb(235,163,198); }

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